dasl-client 1.0.17__tar.gz → 1.0.18__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.17 → dasl_client-1.0.18}/PKG-INFO +2 -2
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/client.py +2 -2
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client.egg-info/PKG-INFO +2 -2
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client.egg-info/requires.txt +1 -1
- {dasl_client-1.0.17 → dasl_client-1.0.18}/pyproject.toml +2 -2
- {dasl_client-1.0.17 → dasl_client-1.0.18}/LICENSE +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/README.md +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/auth/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/auth/auth.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/conn/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/conn/client_identifier.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/conn/conn.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/errors/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/errors/errors.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/helpers.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/preset_development/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/preset_development/errors.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/preset_development/preview_engine.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/preset_development/preview_parameters.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/preset_development/stage.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/admin_config.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/content.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/datasource.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/dbui.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/helpers.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/rule.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/types.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client/types/workspace_config.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client.egg-info/SOURCES.txt +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client.egg-info/dependency_links.txt +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/dasl_client.egg-info/top_level.txt +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/setup.cfg +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/setup.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/__init__.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/conftest.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/constants.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/test_api_changes.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/test_api_surface.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/test/test_databricks_secret_auth.py +0 -0
- {dasl_client-1.0.17 → dasl_client-1.0.18}/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.18
|
|
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.19
|
|
12
12
|
Requires-Dist: databricks-sdk>=0.41.0
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing_extensions>=4.10.0
|
|
@@ -704,10 +704,10 @@ class Client:
|
|
|
704
704
|
)
|
|
705
705
|
)
|
|
706
706
|
|
|
707
|
-
def purge_preset_cache(self)-> None:
|
|
707
|
+
def purge_preset_cache(self) -> None:
|
|
708
708
|
"""
|
|
709
709
|
Purge the datasource cache presets. This will cause the DASL workspace
|
|
710
710
|
to fetch presets from provided sources.
|
|
711
711
|
"""
|
|
712
712
|
with error_handler():
|
|
713
|
-
self._content_client().content_v1_preset_purge_cache(self._workspace())
|
|
713
|
+
self._content_client().content_v1_preset_purge_cache(self._workspace())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dasl_client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.18
|
|
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.19
|
|
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.18"
|
|
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.19",
|
|
17
17
|
"databricks-sdk>=0.41.0",
|
|
18
18
|
"pydantic>=2",
|
|
19
19
|
"typing_extensions>=4.10.0",
|
|
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.17 → dasl_client-1.0.18}/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
|
|
File without changes
|
|
File without changes
|