dasl-client 1.0.20__tar.gz → 1.0.21__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.
Potentially problematic release.
This version of dasl-client might be problematic. Click here for more details.
- {dasl_client-1.0.20 → dasl_client-1.0.21}/PKG-INFO +2 -2
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/datasource.py +5 -2
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client.egg-info/PKG-INFO +2 -2
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client.egg-info/requires.txt +1 -1
- {dasl_client-1.0.20 → dasl_client-1.0.21}/pyproject.toml +2 -2
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/test_api_surface.py +1 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/LICENSE +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/README.md +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/auth/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/auth/auth.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/client.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/conn/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/conn/client_identifier.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/conn/conn.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/errors/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/errors/errors.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/helpers.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/errors.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/preview_engine.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/preview_parameters.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/stage.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/admin_config.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/content.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/dbui.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/helpers.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/rule.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/types.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/types/workspace_config.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client.egg-info/SOURCES.txt +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client.egg-info/dependency_links.txt +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client.egg-info/top_level.txt +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/setup.cfg +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/setup.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/__init__.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/conftest.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/constants.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/test_api_changes.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/test_databricks_secret_auth.py +0 -0
- {dasl_client-1.0.20 → dasl_client-1.0.21}/test/test_marshaling.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dasl_client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.21
|
|
4
4
|
Summary: The DASL client library used for interacting with the DASL workspace
|
|
5
5
|
Home-page: https://github.com/antimatter/asl
|
|
6
6
|
Author: Antimatter Team
|
|
@@ -8,7 +8,7 @@ Author-email: Antimatter Team <support@antimatter.io>
|
|
|
8
8
|
Requires-Python: >=3.8
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: dasl_api==0.1.
|
|
11
|
+
Requires-Dist: dasl_api==0.1.20
|
|
12
12
|
Requires-Dist: databricks-sdk>=0.41.0
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing_extensions>=4.10.0
|
|
@@ -874,6 +874,7 @@ class SilverSpec(BaseModel):
|
|
|
874
874
|
)
|
|
875
875
|
|
|
876
876
|
skip_silver_transform: Optional[bool] = None
|
|
877
|
+
do_not_materialize: Optional[bool] = None
|
|
877
878
|
preset_overrides: Optional["SilverSpec.Transform.PresetOverrides"] = None
|
|
878
879
|
|
|
879
880
|
@staticmethod
|
|
@@ -884,6 +885,7 @@ class SilverSpec(BaseModel):
|
|
|
884
885
|
return None
|
|
885
886
|
return SilverSpec.Transform(
|
|
886
887
|
skip_silver_transform=obj.skip_silver_transform,
|
|
888
|
+
do_not_materialize=obj.do_not_materialize,
|
|
887
889
|
preset_overrides=SilverSpec.Transform.PresetOverrides.from_api_obj(
|
|
888
890
|
obj.preset_overrides
|
|
889
891
|
),
|
|
@@ -891,8 +893,9 @@ class SilverSpec(BaseModel):
|
|
|
891
893
|
|
|
892
894
|
def to_api_obj(self) -> CoreV1DataSourceSpecSilverTransform:
|
|
893
895
|
return CoreV1DataSourceSpecSilverTransform(
|
|
894
|
-
|
|
895
|
-
|
|
896
|
+
skipSilverTransform=self.skip_silver_transform,
|
|
897
|
+
doNotMaterialize=self.do_not_materialize,
|
|
898
|
+
presetOverrides=Helpers.maybe(
|
|
896
899
|
lambda o: o.to_api_obj(), self.preset_overrides
|
|
897
900
|
),
|
|
898
901
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dasl_client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.21
|
|
4
4
|
Summary: The DASL client library used for interacting with the DASL workspace
|
|
5
5
|
Home-page: https://github.com/antimatter/asl
|
|
6
6
|
Author: Antimatter Team
|
|
@@ -8,7 +8,7 @@ Author-email: Antimatter Team <support@antimatter.io>
|
|
|
8
8
|
Requires-Python: >=3.8
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: dasl_api==0.1.
|
|
11
|
+
Requires-Dist: dasl_api==0.1.20
|
|
12
12
|
Requires-Dist: databricks-sdk>=0.41.0
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing_extensions>=4.10.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "dasl_client"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.21"
|
|
8
8
|
description = "The DASL client library used for interacting with the DASL workspace"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -13,7 +13,7 @@ authors = [
|
|
|
13
13
|
requires-python = ">=3.8"
|
|
14
14
|
|
|
15
15
|
dependencies = [
|
|
16
|
-
"dasl_api==0.1.
|
|
16
|
+
"dasl_api==0.1.20",
|
|
17
17
|
"databricks-sdk>=0.41.0",
|
|
18
18
|
"pydantic>=2",
|
|
19
19
|
"typing_extensions>=4.10.0",
|
|
@@ -42,6 +42,7 @@ def test_workspace_config(api_client):
|
|
|
42
42
|
client_of_origin=get_client_identifier(),
|
|
43
43
|
),
|
|
44
44
|
dasl_storage_path="/Volumes/automated_test_cases/default/test",
|
|
45
|
+
default_sql_warehouse="ac1cff2384634cfb",
|
|
45
46
|
system_tables_config=SystemTablesConfig(
|
|
46
47
|
catalog_name="automated_test_cases",
|
|
47
48
|
var_schema="default",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dasl_client-1.0.20 → dasl_client-1.0.21}/dasl_client/preset_development/preview_parameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|