Skip to content

Commit

Permalink
[PECO-2051] Add custom auth headers into cloud fetch request
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyhu-db committed Oct 25, 2024
1 parent 55105fe commit 6d65bf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added examples/data_types.py
Empty file.
1 change: 1 addition & 0 deletions src/databricks/sql/cloudfetch/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def run(self) -> DownloadedFile:
self.link.fileLink,
timeout=self.settings.download_timeout,
verify=self._ssl_options.tls_verify,
headers=self.link.httpHeaders
# TODO: Pass cert from `self._ssl_options`
)
response.raise_for_status()
Expand Down

0 comments on commit 6d65bf7

Please sign in to comment.