duckrun 0.2.8.dev0__py3-none-any.whl → 0.2.9.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
duckrun/core.py CHANGED
@@ -82,6 +82,15 @@ class Duckrun:
82
82
 
83
83
  self.con = duckdb.connect()
84
84
  self.con.sql("SET preserve_insertion_order = false")
85
+
86
+ # Configure Azure transport for Colab (fixes SSL cert issues)
87
+ try:
88
+ import google.colab # type: ignore
89
+ self.con.sql("SET azure_transport_option_type = 'curl'")
90
+ print("🔧 Colab detected - using curl transport for Azure")
91
+ except ImportError:
92
+ pass # Not in Colab, use default transport
93
+
85
94
  self._attach_lakehouse()
86
95
 
87
96
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duckrun
3
- Version: 0.2.8.dev0
3
+ Version: 0.2.9.dev0
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License: MIT
@@ -1,13 +1,13 @@
1
1
  duckrun/__init__.py,sha256=XA85pL2vK1AkmBic8e7WxeqNvcd6SjFX4zsQpImDO6E,230
2
2
  duckrun/auth.py,sha256=qColLkvmk8S_qRAXLMGh_TgVeSPkv0j15dv55wgrX1o,9139
3
- duckrun/core.py,sha256=Ad7MgsWlEgW-qWddfjLsp72YvNxk_VmSC8_Q0qBQzpo,37335
3
+ duckrun/core.py,sha256=bEt_Zi8R0ByKyyWllZpQKnV3D1fHZiR7lwwVrDrINQA,37720
4
4
  duckrun/files.py,sha256=Fvdjg3DyHJzIVzKo8M_j-eGz4zU61lOB38Y_onbQJkI,10137
5
5
  duckrun/lakehouse.py,sha256=j--Z3zo8AOWt1GF9VzRosmmTAy6ey2D0LVubti58twU,14109
6
6
  duckrun/runner.py,sha256=yrDxfy1RVkb8iK9GKGmIFZHzCvcO_0GVQlbng7Vw_iM,14171
7
7
  duckrun/stats.py,sha256=2FTqoQNVjD84-H1HjStHxZkOpAGKXS79M55B00pOlok,9804
8
8
  duckrun/writer.py,sha256=3UwuoH4yjcomBaTbRXOSjlA82jRhhjErkOWDCX7K7mw,6595
9
- duckrun-0.2.8.dev0.dist-info/licenses/LICENSE,sha256=-DeQQwdbCbkB4507ZF3QbocysB-EIjDtaLexvqRkGZc,1083
10
- duckrun-0.2.8.dev0.dist-info/METADATA,sha256=nr-rrHcmW7R2aNN2pVAsn8VF-4U-mBo30vhrdlaSYvE,19277
11
- duckrun-0.2.8.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- duckrun-0.2.8.dev0.dist-info/top_level.txt,sha256=BknMEwebbUHrVAp3SC92ps8MPhK7XSYsaogTvi_DmEU,8
13
- duckrun-0.2.8.dev0.dist-info/RECORD,,
9
+ duckrun-0.2.9.dev0.dist-info/licenses/LICENSE,sha256=-DeQQwdbCbkB4507ZF3QbocysB-EIjDtaLexvqRkGZc,1083
10
+ duckrun-0.2.9.dev0.dist-info/METADATA,sha256=_7fH-927WrJ5u0O4jmZHo3vwjlh3PEILc3mrtma5yH0,19277
11
+ duckrun-0.2.9.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ duckrun-0.2.9.dev0.dist-info/top_level.txt,sha256=BknMEwebbUHrVAp3SC92ps8MPhK7XSYsaogTvi_DmEU,8
13
+ duckrun-0.2.9.dev0.dist-info/RECORD,,