streamsets 3.12.1.dev0__tar.gz → 3.12.3.dev0__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.
Files changed (97) hide show
  1. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/HISTORY.rst +17 -0
  2. streamsets-3.12.3.dev0/PKG-INFO +26 -0
  3. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/getting_started.rst +1 -2
  4. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/sch_usage.rst +1 -1
  5. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/sdc_usage.rst +1 -1
  6. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/users.rst +7 -1
  7. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/setup.cfg +1 -1
  8. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/setup.py +8 -5
  9. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/__init__.py +1 -1
  10. streamsets-3.12.3.dev0/streamsets/sdk/accounts_api.c +16402 -0
  11. streamsets-3.12.3.dev0/streamsets/sdk/examples/sqoop.c +17070 -0
  12. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/sch.py +3 -34
  13. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/sch_api.c +49213 -33561
  14. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/sch_models.py +16 -4
  15. streamsets-3.12.3.dev0/streamsets/sdk/sdc_api.c +43630 -0
  16. streamsets-3.12.3.dev0/streamsets/sdk/st_api.c +40563 -0
  17. streamsets-3.12.3.dev0/streamsets.egg-info/PKG-INFO +26 -0
  18. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/SOURCES.txt +2 -1
  19. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/entry_points.txt +0 -1
  20. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/requires.txt +1 -1
  21. streamsets-3.12.3.dev0/tests/test_utils.py +44 -0
  22. streamsets-3.12.1.dev0/PKG-INFO +0 -16
  23. streamsets-3.12.1.dev0/streamsets/sdk/accounts_api.c +0 -11867
  24. streamsets-3.12.1.dev0/streamsets/sdk/examples/sqoop.c +0 -11424
  25. streamsets-3.12.1.dev0/streamsets/sdk/sdc_api.c +0 -34873
  26. streamsets-3.12.1.dev0/streamsets/sdk/st_api.c +0 -31861
  27. streamsets-3.12.1.dev0/streamsets.egg-info/PKG-INFO +0 -16
  28. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/MANIFEST.in +0 -0
  29. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/README.rst +0 -0
  30. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/Makefile +0 -0
  31. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/TopologyMissingNodes.png +0 -0
  32. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/TopologyMultipleJobsSingleSystem.png +0 -0
  33. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/TopologyRestoredNodes.png +0 -0
  34. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/dev_data_generator_to_trash.png +0 -0
  35. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/dev_data_generator_to_two_trashes.png +0 -0
  36. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/dev_data_generator_with_events.png +0 -0
  37. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/dev_raw_data_source_help.png +0 -0
  38. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/dev_raw_data_to_trash.png +0 -0
  39. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/file_tail_to_two_trashes.png +0 -0
  40. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/sample_fragment.png +0 -0
  41. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/sample_pipeline_using_fragment.png +0 -0
  42. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/sdk_sample_pipeline1.png +0 -0
  43. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/_static/streamsets-logo.png +0 -0
  44. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/api/sch_api.rst +0 -0
  45. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/api/sdc_api.rst +0 -0
  46. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/api/st_api.rst +0 -0
  47. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/api.rst +0 -0
  48. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/conf.py +0 -0
  49. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/getting_started/sdk_examples.rst +0 -0
  50. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/history.rst +0 -0
  51. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/implementation.rst +0 -0
  52. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/index.rst +0 -0
  53. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/installation.rst +0 -0
  54. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/tools.rst +0 -0
  55. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/acl.rst +0 -0
  56. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/connecting_to_sch.rst +0 -0
  57. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/connection_tags.rst +0 -0
  58. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/connections.rst +0 -0
  59. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/creating_pipelines.rst +0 -0
  60. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/groups.rst +0 -0
  61. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/import_export_pipelines.rst +0 -0
  62. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/job_tags.rst +0 -0
  63. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/job_templates.rst +0 -0
  64. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/jobs.rst +0 -0
  65. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/login_action_audits.rst +0 -0
  66. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/pipeline_fragments.rst +0 -0
  67. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/pipeline_labels.rst +0 -0
  68. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/preview_test_run.rst +0 -0
  69. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/provisioning_agents_deployments.rst +0 -0
  70. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/registered_data_collectors.rst +0 -0
  71. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/reports.rst +0 -0
  72. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/scheduled_tasks.rst +0 -0
  73. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/subscriptions.rst +0 -0
  74. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sch/topologies.rst +0 -0
  75. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/configuring_stages.rst +0 -0
  76. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/connecting_stages.rst +0 -0
  77. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/connecting_to_sdc.rst +0 -0
  78. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/creating_a_pipeline.rst +0 -0
  79. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/error_stages.rst +0 -0
  80. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/importing_exporting_pipelines.rst +0 -0
  81. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/sdc/pipeline_snapshots.rst +0 -0
  82. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/docs/usage/st.rst +0 -0
  83. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/accounts.py +0 -0
  84. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/accounts_models.py +0 -0
  85. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/config.py +0 -0
  86. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/constants.py +0 -0
  87. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/examples/__init__.py +0 -0
  88. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/exceptions.py +0 -0
  89. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/models.py +0 -0
  90. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/sdc.py +0 -0
  91. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/sdc_models.py +0 -0
  92. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/st.py +0 -0
  93. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/st_models.py +0 -0
  94. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets/sdk/utils.py +0 -0
  95. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/dependency_links.txt +0 -0
  96. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/not-zip-safe +0 -0
  97. {streamsets-3.12.1.dev0 → streamsets-3.12.3.dev0}/streamsets.egg-info/top_level.txt +0 -0
@@ -1,3 +1,20 @@
1
+ 3.12.3.dev0 (2026.02.12)
2
+ -------------------
3
+
4
+ * Fixed user ID lookup case-sensitivity mismatch: User ID lookups now use the backend's
5
+ case-insensitive ``get_user`` endpoint, matching backend behavior where user IDs are
6
+ treated as case-insensitive.
7
+
8
+ * Added ``filter_text`` parameter to ``Users`` collection for case-insensitive search
9
+ by user ID or name.
10
+
11
+ 3.12.2 (2025.08.29)
12
+ -------------------
13
+
14
+ * Added support for Python 3.10 and newer
15
+
16
+ * Dropped support for Python versions earlier than 3.6
17
+
1
18
  3.12.1 (2022.04.08)
2
19
  -------------------
3
20
 
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: streamsets
3
+ Version: 3.12.3.dev0
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.4+ interpreter and the pip3 package manager must both be installed on the machine where the SDK will be
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.4+ interpreter.
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.4+ interpreter.
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:
@@ -29,9 +29,12 @@ specifying items like ``id``, ``display_name``, or ``email_address``:
29
29
  # Get all users belonging to current organization
30
30
  sch.users
31
31
 
32
- # Get a particular user
32
+ # Get a particular user by ID (case-insensitive)
33
33
  sch.users.get(id='jonsmith@test')
34
34
 
35
+ # Search users by partial ID or name (case-insensitive)
36
+ sch.users.get_all(filter_text='smith')
37
+
35
38
  **Output:**
36
39
 
37
40
  .. code-block:: python
@@ -43,6 +46,9 @@ specifying items like ``id``, ``display_name``, or ``email_address``:
43
46
  # sch.users.get(id='jonsmith@test')
44
47
  <User (id=jonsmith@test, display_name=jon smith)>
45
48
 
49
+ # sch.users.get_all(filter_text='smith')
50
+ [<User (id=jonsmith@test, display_name=jon smith)>]
51
+
46
52
  Updating an existing user
47
53
  ~~~~~~~~~~~~~~~~~~~~~~~~~
48
54
 
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = '3.12.1dev0'
2
+ current_version = '3.12.3.dev0'
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -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.4.2',
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.1dev0',
52
+ version='3.12.3.dev0',
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
  )
@@ -11,7 +11,7 @@ from .st import Transformer
11
11
 
12
12
  __all__ = ['Accounts', 'ControlHub', 'DataCollector', 'Transformer']
13
13
 
14
- __version__ = '3.12.1dev0'
14
+ __version__ = '3.12.3.dev0'
15
15
 
16
16
  logger = logging.getLogger(__name__)
17
17