Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wang-1990 committed Feb 1, 2025
1 parent 7a6f8dd commit 90a9054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def create(
http_headers = credentials.get_all_http_headers(
connection_parameters.pop("http_headers", {})
)
header_factory = credentials.authenticate().credentials_provider() # type: ignore
header_factory = credentials.authenticate().credentials_provider()
session.auth = BearerAuth(header_factory)

session.headers.update({"User-Agent": user_agent, **http_headers})
Expand Down

0 comments on commit 90a9054

Please sign in to comment.