Skip to content

Commit

Permalink
test explicitely setting transport options
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 12, 2024
1 parent 476487a commit 0a666d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlt/helpers/ibis.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def create_ibis_backend(
# NOTE: we should probably have the option for the user to only select a subset of tables here
with sql_client as _:
sql_client.create_views_for_all_tables()
sql_client._conn.sql("SET azure_transport_option_type = 'curl';")


return con

Expand Down

0 comments on commit 0a666d1

Please sign in to comment.