duckrun 0.2.9.dev2__py3-none-any.whl → 0.2.9.dev3__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/__init__.py +1 -1
- duckrun/core.py +2 -2
- {duckrun-0.2.9.dev2.dist-info → duckrun-0.2.9.dev3.dist-info}/METADATA +1 -1
- {duckrun-0.2.9.dev2.dist-info → duckrun-0.2.9.dev3.dist-info}/RECORD +7 -7
- {duckrun-0.2.9.dev2.dist-info → duckrun-0.2.9.dev3.dist-info}/WHEEL +0 -0
- {duckrun-0.2.9.dev2.dist-info → duckrun-0.2.9.dev3.dist-info}/licenses/LICENSE +0 -0
- {duckrun-0.2.9.dev2.dist-info → duckrun-0.2.9.dev3.dist-info}/top_level.txt +0 -0
duckrun/__init__.py
CHANGED
duckrun/core.py
CHANGED
@@ -727,8 +727,8 @@ class Duckrun:
|
|
727
727
|
|
728
728
|
# Call the deployment function (DirectLake only)
|
729
729
|
return deploy_semantic_model(
|
730
|
-
|
731
|
-
|
730
|
+
workspace_name_or_id=self.workspace,
|
731
|
+
lakehouse_name_or_id=self.lakehouse_name,
|
732
732
|
schema_name=self.schema,
|
733
733
|
dataset_name=dataset_name,
|
734
734
|
bim_url=bim_url,
|
@@ -1,14 +1,14 @@
|
|
1
|
-
duckrun/__init__.py,sha256=
|
1
|
+
duckrun/__init__.py,sha256=WCcaz1jRKMq2iCoKthVpRtiqWNVD-cixHpIhmH768Ro,235
|
2
2
|
duckrun/auth.py,sha256=qPaLQ7InlV9leA9r6E6VEeYavFFoBi0zSN8m_l1aoQs,9545
|
3
|
-
duckrun/core.py,sha256=
|
3
|
+
duckrun/core.py,sha256=CrWMgA1QHvVF2AAlTlBlQ7VfKsuakcqZa4VuX2WJmik,39279
|
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/semantic_model.py,sha256=y_E1VlpqSx9DHOGi--4ZccaODErthzty5CVN4TI-mQ0,15509
|
8
8
|
duckrun/stats.py,sha256=CXfb2DWF3PgOckelJooU0y-BAsNT9NFDfDYEmo0mUQQ,10473
|
9
9
|
duckrun/writer.py,sha256=svUuPCYOhrz299NgnpTKhARKjfej0PxnoND2iPDSypk,8098
|
10
|
-
duckrun-0.2.9.
|
11
|
-
duckrun-0.2.9.
|
12
|
-
duckrun-0.2.9.
|
13
|
-
duckrun-0.2.9.
|
14
|
-
duckrun-0.2.9.
|
10
|
+
duckrun-0.2.9.dev3.dist-info/licenses/LICENSE,sha256=-DeQQwdbCbkB4507ZF3QbocysB-EIjDtaLexvqRkGZc,1083
|
11
|
+
duckrun-0.2.9.dev3.dist-info/METADATA,sha256=6ZpYnhc-p2LnnQiZ_vQiE_5v_DOl3hjLhKUHVoyg7Us,19277
|
12
|
+
duckrun-0.2.9.dev3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
13
|
+
duckrun-0.2.9.dev3.dist-info/top_level.txt,sha256=BknMEwebbUHrVAp3SC92ps8MPhK7XSYsaogTvi_DmEU,8
|
14
|
+
duckrun-0.2.9.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|