streamsets 6.7.0.dev0__tar.gz → 7.0.0__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 (415) hide show
  1. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/.gitignore +4 -1
  2. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/Dockerfile +1 -1
  3. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/HISTORY.rst +49 -1
  4. {streamsets-6.7.0.dev0/streamsets.egg-info → streamsets-7.0.0}/PKG-INFO +9 -12
  5. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/README.rst +2 -2
  6. streamsets-7.0.0/build-publish/Jenkinsfile +161 -0
  7. streamsets-7.0.0/build_requirements.txt +2 -0
  8. streamsets-7.0.0/docs/_static/images/manage/api_credentials/activate_deactivate_credentials.png +0 -0
  9. streamsets-7.0.0/docs/_static/images/manage/api_credentials/adding_credentials.png +0 -0
  10. streamsets-7.0.0/docs/_static/images/manage/api_credentials/delete_credentials.png +0 -0
  11. streamsets-7.0.0/docs/_static/images/manage/api_credentials/regenerating_auth_token.png +0 -0
  12. streamsets-7.0.0/docs/_static/images/manage/api_credentials/renaming_credentials.png +0 -0
  13. streamsets-7.0.0/docs/_static/images/set_up/deployments/kubernetes_deployments/kubernetes_agent_offline.png +0 -0
  14. streamsets-7.0.0/docs/_static/images/set_up/deployments/kubernetes_deployments/kubernetes_status_deactivation_error.png +0 -0
  15. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/api/sch_api.rst +12 -0
  16. streamsets-7.0.0/docs/build/code_generation.rst +52 -0
  17. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/creating_pipelines.rst +12 -12
  18. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/editing_pipelines.rst +4 -4
  19. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/pipeline_fragments.rst +11 -11
  20. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build.rst +1 -0
  21. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/conf.py +1 -1
  22. streamsets-7.0.0/docs/manage/http_retry_management.rst +392 -0
  23. streamsets-7.0.0/docs/manage/users_and_groups/api_credentials.rst +217 -0
  24. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/managing_users_and_groups.rst +8 -8
  25. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/permissions.rst +7 -7
  26. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/users_and_groups.rst +1 -0
  27. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage.rst +1 -1
  28. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor/topologies.rst +7 -7
  29. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/draft_runs.rst +1 -1
  30. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/job_sequences.rst +3 -3
  31. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/job_templates.rst +2 -2
  32. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/jobs_instances.rst +3 -3
  33. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/set_up.rst +5 -0
  34. streamsets-7.0.0/docs/usage/engine_types.rst +54 -0
  35. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/connections/connections.rst +1 -1
  36. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/azure_vm_deployments.rst +4 -4
  37. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/ec2_deployments.rst +4 -4
  38. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/gce_deployments.rst +2 -2
  39. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/kubernetes_deployments.rst +29 -8
  40. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/self_managed_deployments.rst +4 -4
  41. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/managing_environments.rst +6 -6
  42. streamsets-7.0.0/docs/welcome/authentication.rst +20 -0
  43. streamsets-7.0.0/docs/welcome/best_practices/http_retry.rst +39 -0
  44. streamsets-7.0.0/docs/welcome/best_practices.rst +11 -0
  45. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples/sdk_examples_job_pipeline.rst +3 -3
  46. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples/sdk_examples_self_managed_deployment.rst +4 -4
  47. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/overview.rst +3 -3
  48. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome.rst +1 -0
  49. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/.pre-commit-config.yaml +6 -0
  50. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/Dockerfile +4 -1
  51. streamsets-7.0.0/evergreen/Jenkinsfile +535 -0
  52. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/pyproject.toml +1 -1
  53. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/pyproject.toml +7 -10
  54. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/requirements.txt +6 -3
  55. streamsets-7.0.0/sonar-project.properties +5 -0
  56. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/__init__.py +3 -1
  57. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/__version__.py +1 -1
  58. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/aster_api.py +30 -6
  59. streamsets-7.0.0/streamsets/sdk/codegen/__init__.py +6 -0
  60. streamsets-7.0.0/streamsets/sdk/codegen/generator.py +47 -0
  61. streamsets-7.0.0/streamsets/sdk/codegen/preambles/__init__.py +6 -0
  62. streamsets-7.0.0/streamsets/sdk/codegen/preambles/pipeline_preamble.py +53 -0
  63. streamsets-7.0.0/streamsets/sdk/codegen/processors/__init__.py +6 -0
  64. streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/__init__.py +6 -0
  65. streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/pipeline_graph.py +239 -0
  66. streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/pipeline_processor.py +153 -0
  67. streamsets-7.0.0/streamsets/sdk/codegen/processors/processor.py +45 -0
  68. streamsets-7.0.0/streamsets/sdk/codegen/sources/__init__.py +39 -0
  69. streamsets-7.0.0/streamsets/sdk/codegen/sources/json_file_source.py +21 -0
  70. streamsets-7.0.0/streamsets/sdk/codegen/sources/pipeline_object_source.py +21 -0
  71. streamsets-7.0.0/streamsets/sdk/codegen/sources/source.py +24 -0
  72. streamsets-7.0.0/streamsets/sdk/codegen/sources/zip_archive_source.py +45 -0
  73. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/constants.py +26 -13
  74. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/exceptions.py +20 -11
  75. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/models.py +3 -1
  76. streamsets-7.0.0/streamsets/sdk/retry.py +810 -0
  77. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch.py +540 -540
  78. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch_api.py +711 -709
  79. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch_models.py +1003 -1170
  80. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc.py +3 -1
  81. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc_api.py +8 -1
  82. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc_models.py +70 -9
  83. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st.py +32 -4
  84. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st_api.py +142 -2
  85. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st_models.py +42 -6
  86. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/utils.py +174 -111
  87. {streamsets-6.7.0.dev0 → streamsets-7.0.0/streamsets.egg-info}/PKG-INFO +9 -12
  88. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/SOURCES.txt +49 -2
  89. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/requires.txt +1 -1
  90. streamsets-7.0.0/test_requirements.txt +26 -0
  91. streamsets-7.0.0/tests/__init__.py +3 -0
  92. streamsets-7.0.0/tests/integration/__init__.py +3 -0
  93. streamsets-7.0.0/tests/integration/codegen/__init__.py +3 -0
  94. streamsets-7.0.0/tests/integration/codegen/test_python_generator.py +120 -0
  95. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/conftest.py +189 -70
  96. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_acl.py +5 -3
  97. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_api_credentials.py +4 -1
  98. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_connections.py +4 -2
  99. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_dpath.py +8 -6
  100. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_draft_runs.py +4 -3
  101. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_ec2_environments.py +3 -1
  102. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_engineless_design.py +3 -1
  103. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_job_sequences.py +9 -10
  104. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_jobs.py +63 -55
  105. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_kubernetes_environments.py +5 -3
  106. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_metering.py +3 -19
  107. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_organization.py +4 -1
  108. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pagination.py +19 -7
  109. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_fragments.py +7 -5
  110. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_labels.py +3 -1
  111. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_parameters.py +5 -3
  112. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipelines.py +347 -28
  113. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_projects.py +75 -22
  114. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_saql.py +8 -6
  115. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_saql_search.py +6 -4
  116. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_sch.py +36 -5
  117. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_scheduled_tasks.py +5 -3
  118. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_scheduler.py +10 -8
  119. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_self_managed_deployments.py +51 -21
  120. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_jobs.py +17 -15
  121. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_fragments.py +5 -3
  122. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_labels.py +38 -1
  123. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_parameters.py +5 -3
  124. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipelines.py +17 -12
  125. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_stages.py +7 -5
  126. streamsets-7.0.0/tests/integration/test_subscription.py +50 -0
  127. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_topology.py +9 -5
  128. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_users_and_groups.py +5 -3
  129. streamsets-7.0.0/tests/integration/utils.py +563 -0
  130. streamsets-7.0.0/tests/mocks/__init__.py +3 -0
  131. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/mocks/mock_api.py +4 -0
  132. streamsets-7.0.0/tests/unit/__init__.py +5 -0
  133. streamsets-7.0.0/tests/unit/codegen/__init__.py +3 -0
  134. streamsets-7.0.0/tests/unit/codegen/conftest.py +43 -0
  135. streamsets-7.0.0/tests/unit/codegen/test_pipeline_graph.py +187 -0
  136. streamsets-7.0.0/tests/unit/codegen/test_pipeline_preamble.py +55 -0
  137. streamsets-7.0.0/tests/unit/codegen/test_pipeline_processor.py +116 -0
  138. streamsets-7.0.0/tests/unit/codegen/test_sources.py +50 -0
  139. streamsets-7.0.0/tests/unit/codegen/test_utils.py +23 -0
  140. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/conftest.py +61 -1
  141. streamsets-7.0.0/tests/unit/resources/codegen/dev_to_trash_with_event.json +1529 -0
  142. streamsets-7.0.0/tests/unit/resources/codegen/jdbc_pipeline_test.zip +0 -0
  143. streamsets-7.0.0/tests/unit/resources/codegen/jdbc_with_stream_selector.json +43654 -0
  144. streamsets-7.0.0/tests/unit/resources/job.py +45 -0
  145. streamsets-7.0.0/tests/unit/resources/sch_data.py +184 -0
  146. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/utils_data.py +46 -0
  147. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_azure_environment.py +3 -1
  148. streamsets-7.0.0/tests/unit/test_base_model.py +444 -0
  149. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_collection_model.py +36 -2
  150. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_configuration.py +5 -5
  151. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_connections.py +2 -2
  152. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_deployment_builder.py +119 -18
  153. streamsets-7.0.0/tests/unit/test_engine_types.py +32 -0
  154. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_engines.py +17 -2
  155. streamsets-7.0.0/tests/unit/test_http_retry.py +493 -0
  156. streamsets-7.0.0/tests/unit/test_job_builder.py +35 -0
  157. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_job_sequence.py +10 -7
  158. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_job_sequence_builder.py +4 -2
  159. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_mutable_kwargs.py +3 -1
  160. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_permission.py +3 -4
  161. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_pipeline.py +124 -24
  162. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_pipeline_builder.py +20 -4
  163. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_projects.py +3 -3
  164. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_saql_search_builder.py +3 -1
  165. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_sch.py +8 -55
  166. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_seekable_list.py +3 -1
  167. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_self_managed_deployments.py +17 -0
  168. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_stage.py +4 -0
  169. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_step.py +4 -2
  170. streamsets-7.0.0/tests/unit/test_utils.py +873 -0
  171. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_version.py +3 -1
  172. streamsets-7.0.0/tox.ini +48 -0
  173. streamsets-6.7.0.dev0/build_requirements.txt +0 -2
  174. streamsets-6.7.0.dev0/docs/manage/legacy_kubernetes_integration.rst +0 -4
  175. streamsets-6.7.0.dev0/docs/welcome/authentication.rst +0 -63
  176. streamsets-6.7.0.dev0/evergreen/Jenkinsfile +0 -197
  177. streamsets-6.7.0.dev0/test_requirements.txt +0 -7
  178. streamsets-6.7.0.dev0/tests/integration/__init__.py +0 -0
  179. streamsets-6.7.0.dev0/tests/mocks/__init__.py +0 -0
  180. streamsets-6.7.0.dev0/tests/unit/__init__.py +0 -1
  181. streamsets-6.7.0.dev0/tests/unit/resources/__init__.py +0 -0
  182. streamsets-6.7.0.dev0/tests/unit/resources/sch_data.py +0 -73
  183. streamsets-6.7.0.dev0/tests/unit/test_base_model.py +0 -179
  184. streamsets-6.7.0.dev0/tests/unit/test_utils.py +0 -353
  185. streamsets-6.7.0.dev0/tox.ini +0 -52
  186. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/MANIFEST.in +0 -0
  187. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/Makefile +0 -0
  188. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyMissingNodes.png +0 -0
  189. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyMultipleJobsSingleSystem.png +0 -0
  190. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyRestoredNodes.png +0 -0
  191. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/add_snowflake_credentials.png +0 -0
  192. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/click_snowflake_settings.png +0 -0
  193. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/css/docs_theme.css +0 -0
  194. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_to_trash.png +0 -0
  195. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_to_two_trashes.png +0 -0
  196. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_with_events.png +0 -0
  197. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_raw_data_source_help.png +0 -0
  198. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_raw_data_to_trash.png +0 -0
  199. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/favicon.ico +0 -0
  200. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/file_tail_to_two_trashes.png +0 -0
  201. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/full-ibm-streamsets-logo.svg +0 -0
  202. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/add_frag_to_pipeline.png +0 -0
  203. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/connect_event_lane.png +0 -0
  204. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/delete_connection.png +0 -0
  205. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/edit_configuration.png +0 -0
  206. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/error_records_configuration.png +0 -0
  207. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/error_records_main.png +0 -0
  208. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/existing_pipelines.png +0 -0
  209. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/fragment_canvas.png +0 -0
  210. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/fragment_ui.png +0 -0
  211. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/multi_output_stages_complete.png +0 -0
  212. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/multi_output_stages_incomplete.png +0 -0
  213. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_canvas.png +0 -0
  214. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_check_in.png +0 -0
  215. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_ui.png +0 -0
  216. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipelines_using_fragment.png +0 -0
  217. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/produce_events.png +0 -0
  218. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/remove_stage.png +0 -0
  219. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/selector_four_conditions.png +0 -0
  220. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/snowflake_required_parameters.png +0 -0
  221. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/stages_unconnected.png +0 -0
  222. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/stages_with_different_types.png +0 -0
  223. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/update_pipeline_with_frag.png +0 -0
  224. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/value_chooser__JSON_content.png +0 -0
  225. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/add_new_permissions.png +0 -0
  226. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/change_owner.png +0 -0
  227. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/delete_permissions.png +0 -0
  228. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/share_button.png +0 -0
  229. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/share_settings.png +0 -0
  230. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/projects/create_project.png +0 -0
  231. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/projects/switch_projects.png +0 -0
  232. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/activate_user.png +0 -0
  233. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/add_new_group.png +0 -0
  234. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/add_new_user.png +0 -0
  235. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/deactivate_user.png +0 -0
  236. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/delete_group.png +0 -0
  237. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/delete_user.png +0 -0
  238. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/groups_list.png +0 -0
  239. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/invite_user_details.png +0 -0
  240. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/new_group_details.png +0 -0
  241. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/project_roles.png +0 -0
  242. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/update_group_details.png +0 -0
  243. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/update_user_details.png +0 -0
  244. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/users_list.png +0 -0
  245. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/activate_sequence.png +0 -0
  246. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/add_job_modal.png +0 -0
  247. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/add_jobs_to_job_sequence.png +0 -0
  248. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/create_job_sequence.png +0 -0
  249. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/delete_draftrun_ui.png +0 -0
  250. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/delete_job_sequence.png +0 -0
  251. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/disable_sequence.png +0 -0
  252. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/draftrun_ui.png +0 -0
  253. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/get_job_sequence_steps.png +0 -0
  254. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/get_job_sequences.png +0 -0
  255. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/logs_ui.png +0 -0
  256. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/move_step.png +0 -0
  257. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/snapshots_ui.png +0 -0
  258. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/start_draftrun_ui.png +0 -0
  259. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/stop_draftrun_ui.png +0 -0
  260. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/three_dots_sequence.png +0 -0
  261. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/view_history.png +0 -0
  262. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Mark_Favorite.png +0 -0
  263. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Query_Builder.png +0 -0
  264. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Remove.png +0 -0
  265. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Save_Search.png +0 -0
  266. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Saved_Searches.png +0 -0
  267. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Search_Name_Wizard.png +0 -0
  268. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Update.png +0 -0
  269. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/Search_Advanced.png +0 -0
  270. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/configuring_connection.png +0 -0
  271. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/create_connection.png +0 -0
  272. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/deleting_connection.png +0 -0
  273. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/editing_connection.png +0 -0
  274. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/get_connection.png +0 -0
  275. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/pipelines_using_connection.png +0 -0
  276. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/using_connection.png +0 -0
  277. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/verify_connection.png +0 -0
  278. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_configure_azure_vm_autoscaling_group.png +0 -0
  279. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_configure_azure_vm_ssh_access.png +0 -0
  280. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_configure_azure_vm_zone.png +0 -0
  281. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_define_deployment_sdc.png +0 -0
  282. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_define_deployment_transformer.png +0 -0
  283. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/azure_vm_deployments/creation_review_and_launch.png +0 -0
  284. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/configure_install_type_docker.png +0 -0
  285. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/configure_install_type_tarball.png +0 -0
  286. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_configure_engine_stage_lib_selection_as_a_list.png +0 -0
  287. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_configure_engine_stage_lib_selection_screen.png +0 -0
  288. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_configure_engine_transformer_stage_lib_selection_as_a_list.png +0 -0
  289. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_configure_engine_transformer_stage_lib_selection_screen.png +0 -0
  290. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_share_deployment.png +0 -0
  291. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_configure_ec2_autoscaling_group.png +0 -0
  292. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_configure_ec2_ssh_access.png +0 -0
  293. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_configure_engine.png +0 -0
  294. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_define_deployment.png +0 -0
  295. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_review_and_launch.png +0 -0
  296. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_share_deployment.png +0 -0
  297. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_transformer_define_deployment.png +0 -0
  298. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_engine.png +0 -0
  299. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_autoscaling_group.png +0 -0
  300. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_region.png +0 -0
  301. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_ssh_access.png +0 -0
  302. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_zone.png +0 -0
  303. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_define_deployment_sdc.png +0 -0
  304. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_define_deployment_transformer.png +0 -0
  305. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_review_and_launch.png +0 -0
  306. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_configure_deployment_wizard.png +0 -0
  307. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_configure_kubernetes_wizard.png +0 -0
  308. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_create_deployment_wizard.png +0 -0
  309. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_jdbc_version_wizard.png +0 -0
  310. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_review_launch_wizard.png +0 -0
  311. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_stage_libs_wizard.png +0 -0
  312. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_configure_deployment_wizard.png +0 -0
  313. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_create_deployment_wizard.png +0 -0
  314. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_jdbc_version_wizard.png +0 -0
  315. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_stage_libs_wizard.png +0 -0
  316. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_configure_engine.png +0 -0
  317. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_define_deployment_sdc.png +0 -0
  318. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_define_deployment_transformer.png +0 -0
  319. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_review_and_launch_sdc.png +0 -0
  320. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_review_and_launch_transformer.png +0 -0
  321. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_share_deployment.png +0 -0
  322. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/get_install_script.png +0 -0
  323. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/select_install_type.png +0 -0
  324. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_configure_engine_configure_access_keys.png +0 -0
  325. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_configure_engine_configure_aws_subnets.png +0 -0
  326. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_configure_engine_configure_aws_vpc.png +0 -0
  327. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_configure_engine_configure_cross_account_role.png +0 -0
  328. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_configure_engine_select_aws_region.png +0 -0
  329. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_define_environment.png +0 -0
  330. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_review_and_activate_environment.png +0 -0
  331. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_share_environment.png +0 -0
  332. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_configure_engine_configure_azure_credentials.png +0 -0
  333. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_configure_engine_configure_azure_region.png +0 -0
  334. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_configure_engine_configure_azure_subnet.png +0 -0
  335. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_configure_engine_configure_azure_vnet.png +0 -0
  336. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_configure_engine_defaults_azure_vm_instances.png +0 -0
  337. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_define_environment.png +0 -0
  338. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_review_and_activate_environment.png +0 -0
  339. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_configure_credentials_service_account_impersonation.png +0 -0
  340. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_configure_credentials_service_account_key.png +0 -0
  341. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_configure_gcp_project.png +0 -0
  342. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_define_environment.png +0 -0
  343. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_review_and_activate.png +0 -0
  344. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_select_gcp_vpc.png +0 -0
  345. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_share_environment.png +0 -0
  346. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/activate_and_install_wizard.png +0 -0
  347. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/configure_environment_wizard.png +0 -0
  348. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/create_environment_wizard.png +0 -0
  349. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/installation_script_wizard.png +0 -0
  350. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/managing_environments/managing_environments.png +0 -0
  351. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/self_managed_environments/creation_define_environment.png +0 -0
  352. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/self_managed_environments/creation_review_and_activate.png +0 -0
  353. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/self_managed_environments/creation_share_environment.png +0 -0
  354. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/welcome/api_credentials.png +0 -0
  355. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/welcome/examples/find_sdc_id.png +0 -0
  356. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sample_fragment.png +0 -0
  357. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sample_pipeline_using_fragment.png +0 -0
  358. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/saved_snowflake_credential.png +0 -0
  359. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_pipeline1.png +0 -0
  360. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_deployment.png +0 -0
  361. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_deployment_details.png +0 -0
  362. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_environment.png +0 -0
  363. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/snowflake_credentials_modal.png +0 -0
  364. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/snowflake_pipeline_defaults.png +0 -0
  365. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/advanced_search.rst +0 -0
  366. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/api.rst +0 -0
  367. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/error_record_handling.rst +0 -0
  368. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/index.rst +0 -0
  369. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/projects/projects.rst +0 -0
  370. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/roles.rst +0 -0
  371. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor/subscriptions.rst +0 -0
  372. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor.rst +0 -0
  373. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/requirements.txt +0 -0
  374. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/scheduled_tasks.rst +0 -0
  375. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run.rst +0 -0
  376. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/search/saql_saved_search.rst +0 -0
  377. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/search/search_for_object.rst +0 -0
  378. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/deployments.rst +0 -0
  379. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/stage_libs_sdc.rst +0 -0
  380. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/stage_libs_st.rst +0 -0
  381. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/aws_environments.rst +0 -0
  382. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/azure_environments.rst +0 -0
  383. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/environments.rst +0 -0
  384. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/gcp_environments.rst +0 -0
  385. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/kubernetes_environments.rst +0 -0
  386. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/self_managed_environments.rst +0 -0
  387. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples.rst +0 -0
  388. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/installation.rst +0 -0
  389. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/known_issues.rst +0 -0
  390. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/release_notes.rst +0 -0
  391. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/.flake8 +0 -0
  392. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/setup.cfg +0 -0
  393. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/analytics.py +0 -0
  394. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/dependency_links.txt +0 -0
  395. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/not-zip-safe +0 -0
  396. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/top_level.txt +0 -0
  397. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_analytics.py +0 -0
  398. {streamsets-6.7.0.dev0/tests → streamsets-7.0.0/tests/unit/resources}/__init__.py +0 -0
  399. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/base_model_data.py +0 -0
  400. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/configuration_data.py +0 -0
  401. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/conftest_data.py +0 -0
  402. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/connections_data.py +0 -0
  403. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/engines_data.py +0 -0
  404. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/job_sequence_data.py +0 -0
  405. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/job_sequence_step_data.py +0 -0
  406. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/jobs_data.py +0 -0
  407. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/pipeline_builder_data.py +0 -0
  408. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/projects.py +0 -0
  409. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/scheduled_tasks_data.py +0 -0
  410. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/self_managed_deployments_data.py +0 -0
  411. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_analytics.py +0 -0
  412. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_engine_api.py +0 -0
  413. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_jobs.py +0 -0
  414. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_roles.py +0 -0
  415. {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_scheduled_tasks.py +0 -0
@@ -1,4 +1,6 @@
1
- # Copyright 2017 StreamSets Inc.
1
+ # IBM Confidential
2
+ # PID 5900-BAF
3
+ # Copyright StreamSets Inc., an IBM Company 2024
2
4
 
3
5
  __pycache__/
4
6
  *.py[cod]
@@ -64,3 +66,4 @@ target/
64
66
 
65
67
  # pyenv python configuration file
66
68
  .python-version*.pyc
69
+ /.python-version
@@ -1,4 +1,4 @@
1
- FROM python:3.8-slim
1
+ FROM python:3.11-slim
2
2
  RUN apt-get update && \
3
3
  apt-get -y install \
4
4
  gcc \
@@ -1,5 +1,53 @@
1
1
  .. warning::
2
- Support for Python versions below 3.8 will be dropped in the next major release of Streamsets SDK (7.0.0)
2
+ Support for Python versions below 3.10 has been dropped as of the Streamsets SDK (7.0.0) release.
3
+
4
+ 7.0.0 (April 2026)
5
+ -----------
6
+
7
+ **New Features**
8
+
9
+ * **Python Code Generator** - Added :py:class:`streamsets.sdk.codegen.generator.PythonGenerator` to convert existing pipelines to Python SDK code. Supports pipeline definitions from ``.zip`` archives, ``.json`` files, and :py:class:`streamsets.sdk.sch_models.Pipeline` objects. See :ref:`build/code_generation:Code Generation` for details.
10
+
11
+ * **HTTP Retry Management** - Introduced comprehensive HTTP retry mechanism with exponential backoff and jitter. The new :py:mod:`streamsets.sdk.retry` module provides configurable retry policies for different HTTP status codes, with special handling for rate limiting (429). See :ref:`manage/http_retry_management:HTTP Retry Management` for configuration details.
12
+
13
+ * **Engine Type Standardization** - Centralized all engine type references into :py:class:`streamsets.sdk.utils.EngineType` enumeration. Engine types are now consistently referenced as ``COLLECTOR``, ``TRANSFORMER``, and ``SNOWPARK`` across the SDK. See :ref:`usage/engine_types:A Note on Engine Types` for migration guidance.
14
+
15
+ **Breaking Changes**
16
+
17
+ * **Dropped Python 3.8 and 3.9 Support** - Python versions below 3.10 are no longer supported. Please upgrade to Python 3.10 or higher before upgrading to SDK 7.0.0.
18
+
19
+ * **Removed Deprecated Features** - This major release removes all features that were previously marked as deprecated. Please update your code to use the replacement features before upgrading.
20
+
21
+ **Removed API Methods (sch_api.py):**
22
+
23
+ * Removed ``get_all_registered_executor_labels()`` - Use ``get_all_registered_engine_labels()`` instead
24
+ * Removed ``get_all_registered_executor_versions()`` - Use ``get_all_registered_engine_versions()`` instead
25
+ * Removed ``get_all_executor_stats()`` - Use ``get_all_engine_stats()`` instead
26
+ * Removed ``get_executor_cpu_usage_time_series()`` - Use ``get_engine_cpu_usage_time_series()`` instead
27
+ * Removed ``get_executor_memory_usage_time_series()`` - Use ``get_engine_memory_usage_time_series()`` instead
28
+
29
+ **Removed Model Properties (sch_models.py):**
30
+
31
+ * Removed ``User.roles`` - Use ``User.organization_roles`` instead
32
+ * Removed ``Group.group_id`` - Use ``Group.id`` instead
33
+ * Removed ``Group.roles`` - Use ``Group.organization_roles`` instead
34
+ * Removed ``Pipeline.pipeline_id`` - Use ``Pipeline.id`` instead
35
+ * Removed ``Pipeline.executor_type`` - Use ``Pipeline.engine_type`` instead
36
+ * Removed ``Pipeline.sdc_id`` - Use ``Pipeline.engine_id`` instead
37
+ * Removed ``Job.job_id`` - Use ``Job.id`` instead
38
+ * Removed ``Job.executor_type`` - Use ``Job.engine_type`` instead
39
+ * Removed ``Topology.topology_id`` - Use ``Topology.id`` instead
40
+ * Removed ``Environment.environment_id`` - Use ``Environment.id`` instead
41
+ * Removed ``Deployment.deployment_id`` - Use ``Deployment.id`` instead
42
+ * Removed ``Deployment.engine_instances`` - Use ``Deployment.desired_instances`` instead
43
+
44
+ **Removed ControlHub Methods (sch.py):**
45
+
46
+ * Removed ``ControlHub.publish_scheduled_task()`` - Use ``ControlHub.add_scheduled_task()`` instead
47
+
48
+ **Migration Guide:**
49
+
50
+ All removed features have direct replacements. Simply update your code to use the new method/property names as indicated above. The functionality remains identical, only the names have changed to provide better consistency across the SDK.
3
51
 
4
52
  History
5
53
  =======
@@ -1,24 +1,21 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: streamsets
3
- Version: 6.7.0.dev0
3
+ Version: 7.0.0
4
4
  Summary: A Python SDK for StreamSets
5
5
  Author: StreamSets Inc
6
6
  Classifier: Development Status :: 5 - Production/Stable
7
- Classifier: Programming Language :: Python :: 3.4
8
- Classifier: Programming Language :: Python :: 3.5
9
- Classifier: Programming Language :: Python :: 3.6
10
- Classifier: Programming Language :: Python :: 3.7
11
- Classifier: Programming Language :: Python :: 3.8
12
- Classifier: Programming Language :: Python :: 3.9
13
7
  Classifier: Programming Language :: Python :: 3.10
14
8
  Classifier: Programming Language :: Python :: 3.11
15
9
  Classifier: Programming Language :: Python :: 3.12
16
- Requires-Python: >=3.4
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Classifier: Programming Language :: Python :: 3.14
12
+ Classifier: Programming Language :: Python :: 3.15
13
+ Requires-Python: >=3.10
17
14
  Description-Content-Type: text/x-rst
18
15
  Requires-Dist: dpath==1.5.0
19
16
  Requires-Dist: inflection
20
17
  Requires-Dist: PyYAML
21
- Requires-Dist: requests
18
+ Requires-Dist: requests>=2.33.0
22
19
 
23
20
  =========================
24
21
  StreamSets SDK for Python
@@ -26,10 +23,10 @@ StreamSets SDK for Python
26
23
 
27
24
  |Version| |Python|
28
25
 
29
- .. |Python| image:: https://shields.io/pypi/pyversions/streamsets.svg?style=flat
26
+ .. |Python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue
30
27
  :target: https://pypi.python.org/pypi/streamsets/
31
28
  :alt: Python Versions
32
- .. |Version| image:: http://img.shields.io/pypi/v/streamsets.svg?style=flat
29
+ .. |Version| image:: https://img.shields.io/badge/pypi-v7.0.0-blue?style=flat
33
30
  :target: https://pypi.python.org/pypi/streamsets/
34
31
  :alt: Package Version
35
32
 
@@ -4,10 +4,10 @@ StreamSets SDK for Python
4
4
 
5
5
  |Version| |Python|
6
6
 
7
- .. |Python| image:: https://shields.io/pypi/pyversions/streamsets.svg?style=flat
7
+ .. |Python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue
8
8
  :target: https://pypi.python.org/pypi/streamsets/
9
9
  :alt: Python Versions
10
- .. |Version| image:: http://img.shields.io/pypi/v/streamsets.svg?style=flat
10
+ .. |Version| image:: https://img.shields.io/badge/pypi-v7.0.0-blue?style=flat
11
11
  :target: https://pypi.python.org/pypi/streamsets/
12
12
  :alt: Package Version
13
13
 
@@ -0,0 +1,161 @@
1
+ pipeline {
2
+ agent {
3
+ label 'testframework-2g-2c'
4
+ }
5
+
6
+ parameters {
7
+ string(
8
+ name: 'BRANCH',
9
+ defaultValue: 'master',
10
+ description: 'The branch of the SDK repository to build from.'
11
+ )
12
+ string(
13
+ name: 'PYPI_VERSION',
14
+ defaultValue: '',
15
+ description: 'A version identifier used for publishing to PyPI. Example: 5.2.0b1'
16
+ )
17
+ choice(
18
+ name: 'PYPI_INSTANCE',
19
+ choices: ['test', 'production'],
20
+ description: '''Which PyPI instance to publish to.
21
+ <p><b>WARNING: Publishing permanently uses that version number. Be very careful when publishing to production.</b></p>'''
22
+ )
23
+ string(
24
+ name: 'BRANCH_TAG',
25
+ defaultValue: '',
26
+ description: '''<p>This is a postfix to the git tag.</p>
27
+ <p>Default is: "v$PYPI_VERSION", i.e. "v5.2.0b1"</p>
28
+ <p>When BRANCH_TAG is given: PyPI release "v$PYPI_VERSION+$BRANCH_TAG"</p>'''
29
+ )
30
+ }
31
+
32
+ environment {
33
+ SDK_VERSION_FILE='python/streamsets/sdk/__version__.py'
34
+ VENV_DIR = "${env.WORKSPACE}/venv"
35
+ }
36
+
37
+ stages {
38
+ stage('Build & Publish in Container') {
39
+ agent {
40
+ docker {
41
+ image 'python:3.10'
42
+ reuseNode true
43
+ args '--userns=keep-id --privileged --env CONTAINER_HOST=unix:///run/podman/podman.sock --volume $XDG_RUNTIME_DIR/podman/podman.sock:/run/podman/podman.sock'
44
+ }
45
+ }
46
+ stages {
47
+
48
+ stage('Check Parameters') {
49
+ steps {
50
+ script {
51
+ if (!env.PYPI_VERSION?.trim()) {
52
+ error "No version provided via the PYPI_VERSION environment variable."
53
+ }
54
+
55
+ withCredentials([
56
+ string(credentialsId: 'pypi-test-token', variable: 'PYPI_TOKEN_TEST'),
57
+ string(credentialsId: 'pypi-prod-token', variable: 'PYPI_TOKEN_PROD')
58
+ ]) {
59
+ if (env.PYPI_INSTANCE == 'production') {
60
+ env.TWINE_USERNAME = '__token__'
61
+ env.TWINE_PASSWORD = PYPI_TOKEN_PROD // pragma: allowlist secret
62
+ } else if (env.PYPI_INSTANCE == 'test') {
63
+ env.TWINE_REPOSITORY_URL = 'https://test.pypi.org/legacy/'
64
+ env.TWINE_USERNAME = '__token__'
65
+ env.TWINE_PASSWORD = PYPI_TOKEN_TEST // pragma: allowlist secret
66
+ } else {
67
+ error "Invalid or empty value for PYPI_INSTANCE. Valid options are: {production, test}."
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
73
+
74
+ stage('Checkout SDK from GitHub') {
75
+ steps {
76
+ dir('sdk') {
77
+ git(
78
+ url: 'https://github.ibm.com/ibmstreamsets/sdk.git',
79
+ credentialsId: 'github-streamsetsci',
80
+ branch: "${params.BRANCH}"
81
+ )
82
+ }
83
+ }
84
+ }
85
+
86
+ stage('Ensure git doesnt scream') {
87
+ steps {
88
+ sh 'git config --global --add safe.directory ${WORKSPACE}'
89
+ }
90
+ }
91
+
92
+ stage('Install Requirements') {
93
+ steps {
94
+ sh '''
95
+ python3 -m venv "$VENV_DIR"
96
+ . "$VENV_DIR/bin/activate"
97
+ export PATH="$HOME/.local/bin:$PATH"
98
+ pip install --upgrade pip wheel twine pre-commit
99
+
100
+ cd python
101
+ git config --unset-all core.hooksPath || true
102
+ make setup
103
+ cd ../
104
+ '''
105
+ }
106
+ }
107
+
108
+ stage('Update Version') {
109
+ steps {
110
+ sh '''
111
+ . "$VENV_DIR/bin/activate"
112
+ echo "Updating version number to: ${PYPI_VERSION}"
113
+ sed -i.old "s/\\".*\\"/\\"${PYPI_VERSION}\\"/" ${SDK_VERSION_FILE}
114
+ rm ${SDK_VERSION_FILE}.old
115
+ '''
116
+ }
117
+ }
118
+
119
+ stage('Build') {
120
+ steps {
121
+ sh '''
122
+ . "$VENV_DIR/bin/activate"
123
+ cd python
124
+ echo 'Building'
125
+ make build
126
+ '''
127
+ }
128
+ }
129
+
130
+ stage('Upload') {
131
+ steps {
132
+ sh '''
133
+ echo ""
134
+ echo "Releasing version ${PYPI_VERSION} to the ${PYPI_INSTANCE} PyPI."
135
+ echo ""
136
+ . "$VENV_DIR/bin/activate"
137
+ cd python
138
+ set +e
139
+ twine upload --non-interactive dist/*
140
+ RESULT=$?
141
+ set -e
142
+ if [ $RESULT -ne 0 ]; then
143
+ echo "Twine failed to execute. Cleaning up and bailing." >&2
144
+ rm -rf dist/ build/ streamsets_testframework.egg-info/
145
+ exit 1
146
+ fi
147
+ '''
148
+ }
149
+ }
150
+
151
+ stage('Cleanup') {
152
+ steps {
153
+ sh '''
154
+ rm -rf dist/ build/ streamsets_testframework.egg-info/ "$VENV_DIR"
155
+ '''
156
+ }
157
+ }
158
+ }
159
+ }
160
+ }
161
+ }
@@ -0,0 +1,2 @@
1
+ setuptools==80.9.0
2
+ build==1.0.3
@@ -110,6 +110,13 @@ Engines
110
110
  .. autoclass:: streamsets.sdk.sch_models.Engines
111
111
  :members:
112
112
 
113
+ EngineType
114
+ ^^^^^^^^^^
115
+ .. autoclass:: streamsets.sdk.utils.EngineType
116
+ :members:
117
+ .. autoclass:: streamsets.sdk.utils.DeploymentEngineType
118
+ :members:
119
+
113
120
  Environments
114
121
  ^^^^^^^^^^^^
115
122
  .. autoclass:: streamsets.sdk.sch_models.AWSEnvironment
@@ -246,6 +253,11 @@ ProvisioningAgents
246
253
  .. autoclass:: streamsets.sdk.sch_models.ProvisioningAgents
247
254
  :members:
248
255
 
256
+ Python Generator
257
+ ^^^^^^^^^^^^^^^^
258
+ .. autoclass:: streamsets.sdk.codegen.generator.PythonGenerator
259
+ :members:
260
+
249
261
  Roles
250
262
  ^^^^^
251
263
  .. autoclass:: streamsets.sdk.sch_models.Roles
@@ -0,0 +1,52 @@
1
+ Code Generation
2
+ ===============
3
+ |
4
+ :py:class:`streamsets.sdk.codegen.generator.PythonGenerator` is an entry point that converts existing pipelines to Python SDK code.
5
+ Supported pipeline definition sources are:
6
+
7
+ * :py:class:`streamsets.sdk.sch_models.Pipeline` object
8
+ * ``.zip`` archive
9
+ * ``.json`` file
10
+
11
+ Prerequisites
12
+ ~~~~~~~~~~~~~
13
+
14
+ To properly generate a script, a few preparatory steps are required:
15
+
16
+ 1. Make sure your Control Hub Credential Id is exported as an environment variable e.g. ``SCH_CREDENTIAL_ID``.
17
+ 2. Make sure your Control Hub Token is exported as an environment variable e.g. ``SCH_TOKEN``.
18
+
19
+ These environments variables will be used by the generated script during execution.
20
+
21
+ Example usage
22
+ ~~~~~~~~~~~~~
23
+
24
+ The example below demonstrates how to regenerate Python SDK code from pipeline exported to ``pipeline.zip`` archive.
25
+
26
+ .. code-block:: python
27
+
28
+ from streamsets.sdk.codegen import PythonGenerator
29
+
30
+
31
+ generator = PythonGenerator(
32
+ source="/path/to/file/pipeline.zip",
33
+ destination="/tmp/output.py"
34
+ )
35
+ generator.save()
36
+
37
+ |
38
+ Another example demonstrates how to regenerate Python SDK code from the :py:class:`streamsets.sdk.sch_models.Pipeline` object.
39
+ Additionally, configuration options were used to use different environment variable names that stores the Control Hub credentials.
40
+
41
+ .. code-block:: python
42
+
43
+ from streamsets.sdk.codegen import PythonGenerator
44
+
45
+
46
+ generator = PythonGenerator(
47
+ source="/path/to/file/pipeline.zip",
48
+ destination="/tmp/output.py",
49
+ sch_credential_id="SCH_PROD_CRED_ID",
50
+ sch_token="SCH_PROD_TOKEN"
51
+ )
52
+ generator.save()
@@ -24,31 +24,31 @@ To accomplish the same task and create a pipeline using the SDK, the first step
24
24
  configuration on your behalf by building the initial JSON representation of the pipeline, and setting default values for
25
25
  essential properties (instead of requiring each to be set manually). Use the :py:meth:`streamsets.sdk.ControlHub.get_pipeline_builder`
26
26
  method to instantiate the builder object by passing in the ``engine_type`` for the pipeline you plan to create -
27
- available engine types are ``'data_collector'``, ``'snowflake'``, or ``'transformer'``.
27
+ available engine types are ``'COLLECTOR'``, ``'SNOWPARK'``, or ``'TRANSFORMER'``.
28
28
 
29
29
  Instantiating a :py:class:`streamsets.sdk.sch_models.PipelineBuilder` instance for either
30
- the ``'data_collector'`` or ``'transformer'`` engine types requires the Authoring Engine be specified for the pipeline.
30
+ the ``'COLLECTOR'`` or ``'TRANSFORMER'`` engine types requires the Authoring Engine be specified for the pipeline.
31
31
  It can be passed into the builder's instantiation via the ``engine_id`` parameter:
32
32
 
33
33
  .. code-block:: python
34
34
 
35
35
  sdc = sch.engines.get(engine_url='<data_collector_url>')
36
- # Available engine types are 'data_collector', 'snowflake', or 'transformer'
37
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id)
36
+ # Available engine types are 'COLLECTOR', 'SNOWPARK', or 'TRANSFORMER'
37
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id)
38
38
 
39
- The ``'transformer'`` engine type follows the same conventions:
39
+ The ``'TRANSFORMER'`` engine type follows the same conventions:
40
40
 
41
41
  .. code-block:: python
42
42
 
43
43
  transformer = sch.engines.get(engine_url='<transformer_url>', engine_type='TRANSFORMER')
44
- pipeline_builder = sch.get_pipeline_builder(engine_type='transformer', engine_id=transformer.id)
44
+ pipeline_builder = sch.get_pipeline_builder(engine_type='TRANSFORMER', engine_id=transformer.id)
45
45
 
46
46
  On the other hand, when instantiating a :py:class:`streamsets.sdk.sch_models.PipelineBuilder` instance for the
47
- ``'snowflake'`` engine type, the ``engine_id`` parameter should not be specified:
47
+ ``'SNOWPARK'`` engine type, the ``engine_id`` parameter should not be specified:
48
48
 
49
49
  .. code-block:: python
50
50
 
51
- pipeline_builder = sch.get_pipeline_builder(engine_type='snowflake')
51
+ pipeline_builder = sch.get_pipeline_builder(engine_type='SNOWPARK')
52
52
 
53
53
  .. _adding-stages-to-pipeline-builder:
54
54
 
@@ -437,7 +437,7 @@ the :py:meth:`streamsets.sdk.sch_models.PipelineBuilder.build` method:
437
437
 
438
438
  .. code-block:: python
439
439
 
440
- <Pipeline (pipeline_id=None, commit_id=None, name=My first pipeline, version=None)>
440
+ <Pipeline (id=None, commit_id=None, name=My first pipeline, version=None)>
441
441
 
442
442
  When building a Transformer for Snowflake pipeline, there are 4 parameters required by the Pipeline Canvas UI, seen
443
443
  below:
@@ -504,9 +504,9 @@ Commands that only served to verify some output from the example have been remov
504
504
 
505
505
  sch = ControlHub(credential_id='<credential_id>', token='<token>')
506
506
  sdc = sch.engines.get(engine_url='<data_collector_url>')
507
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id)
507
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id)
508
508
  #transformer = sch.engines.get(engine_url='<transformer_url>', engine_type='TRANSFORMER')
509
- #pipeline_builder = sch.get_pipeline_builder(engine_type='transformer', engine_id=transformer.id)
509
+ #pipeline_builder = sch.get_pipeline_builder(engine_type='TRANSFORMER', engine_id=transformer.id)
510
510
 
511
511
  dev_raw_data_source = pipeline_builder.add_stage('Dev Raw Data Source')
512
512
  trash = pipeline_builder.add_stage('Trash')
@@ -545,7 +545,7 @@ Transformer For Snowflake:
545
545
  from streamsets.sdk import ControlHub
546
546
 
547
547
  sch = ControlHub(credential_id='<credential_id>', token='<token>')
548
- pipeline_builder = sch.get_pipeline_builder(engine_type='snowflake')
548
+ pipeline_builder = sch.get_pipeline_builder(engine_type='SNOWPARK')
549
549
 
550
550
  snowflake_query_origin = pipeline_builder.add_stage('Snowflake Query')
551
551
  trash = pipeline_builder.add_stage('Trash')
@@ -24,7 +24,7 @@ This attribute returns a :py:class:`streamsets.sdk.utils.SeekableList` of :py:cl
24
24
 
25
25
  sch.pipelines
26
26
 
27
- Alternatively, you can retrieve specific pipelines by specifying ``pipeline_id``, ``name``, ``version``, or ``commit_id`` to filter the pipeline results
27
+ Alternatively, you can retrieve specific pipelines by specifying ``id``, ``name``, ``version``, or ``commit_id`` to filter the pipeline results
28
28
  when calling the :py:meth:`streamsets.sdk.utils.SeekableList.get` or :py:meth:`streamsets.sdk.utils.SeekableList.get_all` methods:
29
29
 
30
30
  .. code-block:: python
@@ -40,14 +40,14 @@ when calling the :py:meth:`streamsets.sdk.utils.SeekableList.get` or :py:meth:`s
40
40
  .. code-block:: python
41
41
 
42
42
  # pipeline
43
- <Pipeline (pipeline_id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin, commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin, name=Test Pipeline, version=1)>
43
+ <Pipeline (id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin, commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin, name=Test Pipeline, version=1)>
44
44
 
45
45
  # all_version_1_pipelines
46
- [<Pipeline (pipeline_id=88d58863-7e8b-4831-a929-8c56db629483:admin,
46
+ [<Pipeline (id=88d58863-7e8b-4831-a929-8c56db629483:admin,
47
47
  commit_id=600a7709-6a13-4e9b-b4cf-6780f057680a:admin,
48
48
  name=Test Pipeline,
49
49
  version=1)>,
50
- <Pipeline (pipeline_id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin,
50
+ <Pipeline (id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin,
51
51
  commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin,
52
52
  name=Test Pipeline 2,
53
53
  version=1)>]
@@ -28,8 +28,8 @@ method to instantiate the builder object, and pass in the relevant ``engine_type
28
28
  ``fragment`` parameter.
29
29
 
30
30
  .. note::
31
- Similar to pipelines, the ``engine_id`` is **required** for the ``'data_collector'`` and ``'transformer'``
32
- engine types when creating a pipeline fragment but should not be specified for the ``'snowflake'`` engine type.
31
+ Similar to pipelines, the ``engine_id`` is **required** for the ``'COLLECTOR'`` and ``'TRANSFORMER'``
32
+ engine types when creating a pipeline fragment but should not be specified for the ``'SNOWPARK'`` engine type.
33
33
  Additionally, ``fragment=True`` **must** be supplied when creating a pipeline fragment.
34
34
 
35
35
  The following code creates a fragment identical to the one seen in the screenshot above:
@@ -38,7 +38,7 @@ The following code creates a fragment identical to the one seen in the screensho
38
38
 
39
39
  # Initialize fragment builder
40
40
  sdc = sch.engines.get(engine_url='<data_collector_url>')
41
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id, fragment=True)
41
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id, fragment=True)
42
42
 
43
43
  # Add stages to the pipeline builder
44
44
  dev_data_generator = pipeline_builder.add_stage('Dev Data Generator')
@@ -75,17 +75,17 @@ when calling :py:meth:`streamsets.sdk.utils.SeekableList.get` or :py:meth:`strea
75
75
 
76
76
  .. code-block:: python
77
77
 
78
- [<Pipeline (pipeline_id=88d58863-7e8b-4831-a929-8c56db629483:admin,
78
+ [<Pipeline (id=88d58863-7e8b-4831-a929-8c56db629483:admin,
79
79
  commit_id=600a7709-6a13-4e9b-b4cf-6780f057680a:admin,
80
80
  name=Dev as fragment,
81
81
  version=1)>,
82
- <Pipeline (pipeline_id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin,
82
+ <Pipeline (id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin,
83
83
  commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin,
84
84
  name=Test Fragment,
85
85
  version=1)>]
86
86
 
87
87
  Alternatively, you can retrieve a specific pipeline fragment the same way you would any other pipeline: by specifying
88
- ``pipeline_id``, ``name``, or ``commit_id`` to filter the pipeline results:
88
+ ``id`` , ``name``, or ``commit_id`` to filter the pipeline results:
89
89
 
90
90
  .. code-block:: python
91
91
 
@@ -98,7 +98,7 @@ Alternatively, you can retrieve a specific pipeline fragment the same way you wo
98
98
  .. code-block:: python
99
99
 
100
100
  # pipeline_fragment
101
- <Pipeline (pipeline_id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin, commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin, name=Test Fragment, version=1)>
101
+ <Pipeline (id=5b67c7dc-729b-43cc-bee7-072d3feb184b:admin, commit_id=491cf010-da8c-4e63-9918-3f5ef3b182f6:admin, name=Test Fragment, version=1)>
102
102
 
103
103
  # pipeline_fragment.fragment
104
104
  True
@@ -123,7 +123,7 @@ screenshot above:
123
123
  .. code-block:: python
124
124
 
125
125
  sdc = sch.engines.get(engine_url='<data_collector_url>')
126
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id)
126
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id)
127
127
 
128
128
  # Retrieve the fragment object to add to the pipeline
129
129
  fragment = sch.pipelines.get(fragment=True, name='Test Fragment')
@@ -169,7 +169,7 @@ parameter when calling :py:meth:`streamsets.sdk.utils.SeekableList.get` or :py:m
169
169
 
170
170
  .. code-block:: python
171
171
 
172
- [<Pipeline (pipeline_id=0e1a42c9-7ce3-4295-84dd-ff53a7b313c3:admin,
172
+ [<Pipeline (id=0e1a42c9-7ce3-4295-84dd-ff53a7b313c3:admin,
173
173
  commit_id=f3479d83-6e52-4f85-824c-e8ef4185d8f6:admin,
174
174
  name=Test Pipeline,
175
175
  version=1)>]
@@ -223,7 +223,7 @@ example have been removed, as have any overlapping/redundant commands.
223
223
 
224
224
  # ---- CREATING THE PIPELINE FRAGMENT ----
225
225
  # Initialize fragment builder
226
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id, fragment=True)
226
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id, fragment=True)
227
227
  # Add stages to the pipeline builder
228
228
  dev_data_generator = pipeline_builder.add_stage('Dev Data Generator')
229
229
  expression_evaluator = pipeline_builder.add_stage('Expression Evaluator')
@@ -235,7 +235,7 @@ example have been removed, as have any overlapping/redundant commands.
235
235
  sch.publish_pipeline(fragment)
236
236
 
237
237
  # ---- ADDING THE FRAGMENT TO A PIPELINE ----
238
- pipeline_builder = sch.get_pipeline_builder(engine_type='data_collector', engine_id=sdc.id)
238
+ pipeline_builder = sch.get_pipeline_builder(engine_type='COLLECTOR', engine_id=sdc.id)
239
239
  # Retrieve the fragment object to add to the pipeline
240
240
  fragment = sch.pipelines.get(fragment=True, name='Test Fragment')
241
241
  # Add the fragment to the pipeline builder, which returns a Stage object
@@ -8,6 +8,7 @@ Build
8
8
  :maxdepth: 3
9
9
  :hidden:
10
10
 
11
+ build/code_generation
11
12
  build/creating_pipelines
12
13
  build/editing_pipelines
13
14
  build/pipeline_fragments
@@ -56,7 +56,7 @@ master_doc = 'index'
56
56
 
57
57
  # General information about the project.
58
58
  project = u'StreamSets Platform SDK for Python'
59
- copyright = u'2023 StreamSets'
59
+ copyright = u'Copyright StreamSets Inc., an IBM Company 2024'
60
60
 
61
61
  # The version info for the project you're documenting, acts as replacement
62
62
  # for |version| and |release|, also used in various other places throughout