duckrun 0.1.5.3__tar.gz → 0.1.5.4__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.1.5.3
3
+ Version: 0.1.5.4
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License-Expression: MIT
@@ -162,6 +162,9 @@ class Duckrun:
162
162
  # Format: "ws/lh.lakehouse" (schema will use default)
163
163
  workspace, lakehouse_name = parts
164
164
  # schema already has default value "dbo"
165
+ print(f"ℹ️ No schema specified. Using default schema 'dbo'.")
166
+ print(f" To specify a schema, use: {workspace}/{lakehouse_name}.lakehouse/schema")
167
+ print(f" Note: Scanning all schemas will be added in a future update.\n")
165
168
  elif len(parts) == 3:
166
169
  # Format: "ws/lh.lakehouse/schema"
167
170
  workspace, lakehouse_name, schema = parts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duckrun
3
- Version: 0.1.5.3
3
+ Version: 0.1.5.4
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "duckrun"
7
- version = "0.1.5.3"
7
+ version = "0.1.5.4"
8
8
  description = "Lakehouse task runner powered by DuckDB for Microsoft Fabric"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes