duckrun 0.2.9.dev2__tar.gz → 0.2.9.dev3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duckrun
3
- Version: 0.2.9.dev2
3
+ Version: 0.2.9.dev3
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License: MIT
@@ -2,7 +2,7 @@
2
2
 
3
3
  from duckrun.core import Duckrun
4
4
 
5
- __version__ = "0.1.0"
5
+ __version__ = "0.2.9.dev3"
6
6
 
7
7
  # Expose unified connect method at module level
8
8
  connect = Duckrun.connect
@@ -727,8 +727,8 @@ class Duckrun:
727
727
 
728
728
  # Call the deployment function (DirectLake only)
729
729
  return deploy_semantic_model(
730
- workspace_name=self.workspace,
731
- lakehouse_name=self.lakehouse_name,
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duckrun
3
- Version: 0.2.9.dev2
3
+ Version: 0.2.9.dev3
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "duckrun"
7
- version = "0.2.9.dev2"
7
+ version = "0.2.9.dev3"
8
8
  description = "Lakehouse task runner powered by DuckDB for Microsoft Fabric"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes