datatoolpack 0.7.2__tar.gz → 0.7.3__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.
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/PKG-INFO +1 -1
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack/__init__.py +1 -1
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack/client.py +1 -1
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack.egg-info/PKG-INFO +1 -1
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/setup.py +1 -1
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/README.md +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack.egg-info/SOURCES.txt +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack.egg-info/dependency_links.txt +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack.egg-info/requires.txt +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/datatoolpack.egg-info/top_level.txt +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/pyproject.toml +0 -0
- {datatoolpack-0.7.2 → datatoolpack-0.7.3}/setup.cfg +0 -0
|
@@ -759,7 +759,7 @@ class AutoDataClient:
|
|
|
759
759
|
``kafka``, ``kinesis``.
|
|
760
760
|
|
|
761
761
|
Generic:
|
|
762
|
-
``http`` (REST/HTTP API)
|
|
762
|
+
``http`` (REST/HTTP API).
|
|
763
763
|
secrets: Inline connection secrets (e.g. connection_string,
|
|
764
764
|
bucket, access keys).
|
|
765
765
|
credential_id: ID of a saved credential on the server
|
|
@@ -7,7 +7,7 @@ with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="datatoolpack",
|
|
10
|
-
version="0.7.
|
|
10
|
+
version="0.7.3",
|
|
11
11
|
description="Official Python SDK for the AutoData ML data preparation pipeline API",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|