We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd83d commit fe65540Copy full SHA for fe65540
dbtsl/client/base.py
@@ -40,7 +40,6 @@ def __init__(
40
gql_factory: GraphQLClientFactory[TGQLClient],
41
adbc_factory: ADBCClientFactory[TADBCClient],
42
timeout: Optional[Union[TimeoutOptions, float, int]] = None,
43
- requests_headers: Optional[dict[str, str]] = None,
44
) -> None:
45
"""Initialize the Semantic Layer client.
46
@@ -51,7 +50,6 @@ def __init__(
51
50
gql_factory: class of the underlying GQL client
52
adbc_factory: class of the underlying ADBC client
53
timeout: `TimeoutOptions` or total timeout for the underlying GraphQL client.
54
- requests_headers: additional headers to pass to the requests, optional
55
"""
56
self._has_session = False
57
0 commit comments