streamsets 3.12.1.dev0__tar.gz → 3.12.2__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.
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/HISTORY.rst +7 -0
- streamsets-3.12.2/PKG-INFO +26 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/getting_started.rst +1 -2
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/sch_usage.rst +1 -1
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/sdc_usage.rst +1 -1
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/setup.cfg +1 -1
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/setup.py +8 -5
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/__init__.py +1 -1
- streamsets-3.12.2/streamsets/sdk/accounts_api.c +16402 -0
- streamsets-3.12.2/streamsets/sdk/examples/sqoop.c +17070 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/sch.py +3 -34
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/sch_api.c +49213 -33561
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/sch_models.py +1 -1
- streamsets-3.12.2/streamsets/sdk/sdc_api.c +43630 -0
- streamsets-3.12.2/streamsets/sdk/st_api.c +40563 -0
- streamsets-3.12.2/streamsets.egg-info/PKG-INFO +26 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/SOURCES.txt +2 -1
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/entry_points.txt +0 -1
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/requires.txt +1 -1
- streamsets-3.12.2/tests/test_utils.py +44 -0
- streamsets-3.12.1.dev0/PKG-INFO +0 -16
- streamsets-3.12.1.dev0/streamsets/sdk/accounts_api.c +0 -11867
- streamsets-3.12.1.dev0/streamsets/sdk/examples/sqoop.c +0 -11424
- streamsets-3.12.1.dev0/streamsets/sdk/sdc_api.c +0 -34873
- streamsets-3.12.1.dev0/streamsets/sdk/st_api.c +0 -31861
- streamsets-3.12.1.dev0/streamsets.egg-info/PKG-INFO +0 -16
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/MANIFEST.in +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/README.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/Makefile +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/TopologyMissingNodes.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/TopologyMultipleJobsSingleSystem.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/TopologyRestoredNodes.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/dev_data_generator_to_trash.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/dev_data_generator_to_two_trashes.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/dev_data_generator_with_events.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/dev_raw_data_source_help.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/dev_raw_data_to_trash.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/file_tail_to_two_trashes.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/sample_fragment.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/sample_pipeline_using_fragment.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/sdk_sample_pipeline1.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/_static/streamsets-logo.png +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/api/sch_api.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/api/sdc_api.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/api/st_api.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/api.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/conf.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/getting_started/sdk_examples.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/history.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/implementation.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/index.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/installation.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/tools.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/acl.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/connecting_to_sch.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/connection_tags.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/connections.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/creating_pipelines.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/groups.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/import_export_pipelines.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/job_tags.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/job_templates.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/jobs.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/login_action_audits.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/pipeline_fragments.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/pipeline_labels.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/preview_test_run.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/provisioning_agents_deployments.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/registered_data_collectors.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/reports.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/scheduled_tasks.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/subscriptions.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/topologies.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sch/users.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/configuring_stages.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/connecting_stages.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/connecting_to_sdc.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/creating_a_pipeline.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/error_stages.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/importing_exporting_pipelines.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/sdc/pipeline_snapshots.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/docs/usage/st.rst +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/accounts.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/accounts_models.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/config.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/constants.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/examples/__init__.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/exceptions.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/models.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/sdc.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/sdc_models.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/st.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/st_models.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets/sdk/utils.py +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/dependency_links.txt +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/not-zip-safe +0 -0
- {streamsets-3.12.1.dev0 → streamsets-3.12.2}/streamsets.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: streamsets
|
|
3
|
+
Version: 3.12.2
|
|
4
|
+
Summary: A Python SDK for StreamSets
|
|
5
|
+
Author: StreamSets Inc.
|
|
6
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Requires-Python: >=3
|
|
16
|
+
Requires-Dist: dpath==1.5.0
|
|
17
|
+
Requires-Dist: inflection
|
|
18
|
+
Requires-Dist: javaproperties
|
|
19
|
+
Requires-Dist: PyYAML
|
|
20
|
+
Requires-Dist: pycryptodome
|
|
21
|
+
Requires-Dist: requests
|
|
22
|
+
Dynamic: author
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
26
|
+
Dynamic: summary
|
|
@@ -11,8 +11,7 @@ Getting Started
|
|
|
11
11
|
In order to begin using the SDK for Python, there are a few prerequisite criteria that must be met:
|
|
12
12
|
|
|
13
13
|
* The StreamSets SDK for Python must be :ref:`installed and activated <installation>`.
|
|
14
|
-
* A Python 3.
|
|
15
|
-
used.
|
|
14
|
+
* A Python 3.6-3.13 interpreter and the pip3 package manager must both be installed on the machine where the SDK will be used.
|
|
16
15
|
* Have at least one `StreamSets Data Collector <https://docs.streamsets.com/portal/#datacollector/latest/help/datacollector/UserGuide/Installation/InstallationAndConfig.html#concept_gbn_4lv_1r>`_
|
|
17
16
|
instance running and accessible. If you're planning to use the SDK with Control Hub, then the Data Collector instance
|
|
18
17
|
will also need to be `registered <https://docs.streamsets.com/portal/#datacollector/latest/help/datacollector/UserGuide/DPM/RegisterSDCwithDPM.html#concept_kc4_xyf_xw>`_
|
|
@@ -14,7 +14,7 @@ Importing the ControlHub module
|
|
|
14
14
|
-------------------------------
|
|
15
15
|
|
|
16
16
|
The examples in this section assume you've installed the ``streamsets`` library,
|
|
17
|
-
:ref:`activated the library <activation>`, and are inside a Python 3.
|
|
17
|
+
:ref:`activated the library <activation>`, and are inside a Python 3.6+ interpreter.
|
|
18
18
|
|
|
19
19
|
You will also need access to a Control Hub instance, including a valid username and password for authenticating with
|
|
20
20
|
the Control Hub instance. In addition, most of the examples that follow assume that you have at least one Data Collector
|
|
@@ -10,7 +10,7 @@ Importing the DataCollector Module
|
|
|
10
10
|
----------------------------------
|
|
11
11
|
|
|
12
12
|
The examples below assume you've installed the ``streamsets`` library,
|
|
13
|
-
:ref:`activated the library <activation>`, and are inside a Python 3.
|
|
13
|
+
:ref:`activated the library <activation>`, and are inside a Python 3.6+ interpreter.
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Use of the SDK begins by importing the library. For convenience, we tend to directly import the classes we need:
|
|
@@ -9,7 +9,7 @@ from setuptools.command.sdist import sdist as _sdist
|
|
|
9
9
|
from distutils.extension import Extension
|
|
10
10
|
|
|
11
11
|
requirements = [
|
|
12
|
-
'dpath==1.
|
|
12
|
+
'dpath==1.5.0',
|
|
13
13
|
'inflection',
|
|
14
14
|
'javaproperties',
|
|
15
15
|
'PyYAML',
|
|
@@ -49,7 +49,7 @@ extensions = [Extension('streamsets.sdk.accounts_api', ['streamsets/sdk/accounts
|
|
|
49
49
|
|
|
50
50
|
setup(
|
|
51
51
|
name='streamsets',
|
|
52
|
-
version='3.12.
|
|
52
|
+
version='3.12.2',
|
|
53
53
|
description='A Python SDK for StreamSets',
|
|
54
54
|
author='StreamSets Inc.',
|
|
55
55
|
packages=['streamsets.sdk', 'streamsets.sdk.examples'],
|
|
@@ -63,10 +63,13 @@ setup(
|
|
|
63
63
|
cmdclass=cmdclass,
|
|
64
64
|
classifiers=[
|
|
65
65
|
'Development Status :: 5 - Production/Stable',
|
|
66
|
-
'Programming Language :: Python :: 3.4',
|
|
67
|
-
'Programming Language :: Python :: 3.5',
|
|
68
66
|
'Programming Language :: Python :: 3.6',
|
|
69
67
|
'Programming Language :: Python :: 3.7',
|
|
70
|
-
'Programming Language :: Python :: 3.8'
|
|
68
|
+
'Programming Language :: Python :: 3.8',
|
|
69
|
+
'Programming Language :: Python :: 3.9',
|
|
70
|
+
'Programming Language :: Python :: 3.10',
|
|
71
|
+
'Programming Language :: Python :: 3.11',
|
|
72
|
+
'Programming Language :: Python :: 3.12',
|
|
73
|
+
'Programming Language :: Python :: 3.13',
|
|
71
74
|
]
|
|
72
75
|
)
|