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.
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/.gitignore +4 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/Dockerfile +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/HISTORY.rst +49 -1
- {streamsets-6.7.0.dev0/streamsets.egg-info → streamsets-7.0.0}/PKG-INFO +9 -12
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/README.rst +2 -2
- streamsets-7.0.0/build-publish/Jenkinsfile +161 -0
- streamsets-7.0.0/build_requirements.txt +2 -0
- streamsets-7.0.0/docs/_static/images/manage/api_credentials/activate_deactivate_credentials.png +0 -0
- streamsets-7.0.0/docs/_static/images/manage/api_credentials/adding_credentials.png +0 -0
- streamsets-7.0.0/docs/_static/images/manage/api_credentials/delete_credentials.png +0 -0
- streamsets-7.0.0/docs/_static/images/manage/api_credentials/regenerating_auth_token.png +0 -0
- streamsets-7.0.0/docs/_static/images/manage/api_credentials/renaming_credentials.png +0 -0
- streamsets-7.0.0/docs/_static/images/set_up/deployments/kubernetes_deployments/kubernetes_agent_offline.png +0 -0
- streamsets-7.0.0/docs/_static/images/set_up/deployments/kubernetes_deployments/kubernetes_status_deactivation_error.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/api/sch_api.rst +12 -0
- streamsets-7.0.0/docs/build/code_generation.rst +52 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/creating_pipelines.rst +12 -12
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/editing_pipelines.rst +4 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/pipeline_fragments.rst +11 -11
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build.rst +1 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/conf.py +1 -1
- streamsets-7.0.0/docs/manage/http_retry_management.rst +392 -0
- streamsets-7.0.0/docs/manage/users_and_groups/api_credentials.rst +217 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/managing_users_and_groups.rst +8 -8
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/permissions.rst +7 -7
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/users_and_groups.rst +1 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage.rst +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor/topologies.rst +7 -7
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/draft_runs.rst +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/job_sequences.rst +3 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/job_templates.rst +2 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/jobs_instances.rst +3 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/set_up.rst +5 -0
- streamsets-7.0.0/docs/usage/engine_types.rst +54 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/connections/connections.rst +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/azure_vm_deployments.rst +4 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/ec2_deployments.rst +4 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/gce_deployments.rst +2 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/kubernetes_deployments.rst +29 -8
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/self_managed_deployments.rst +4 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/managing_environments.rst +6 -6
- streamsets-7.0.0/docs/welcome/authentication.rst +20 -0
- streamsets-7.0.0/docs/welcome/best_practices/http_retry.rst +39 -0
- streamsets-7.0.0/docs/welcome/best_practices.rst +11 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples/sdk_examples_job_pipeline.rst +3 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples/sdk_examples_self_managed_deployment.rst +4 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/overview.rst +3 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome.rst +1 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/.pre-commit-config.yaml +6 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/Dockerfile +4 -1
- streamsets-7.0.0/evergreen/Jenkinsfile +535 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/pyproject.toml +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/pyproject.toml +7 -10
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/requirements.txt +6 -3
- streamsets-7.0.0/sonar-project.properties +5 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/__init__.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/__version__.py +1 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/aster_api.py +30 -6
- streamsets-7.0.0/streamsets/sdk/codegen/__init__.py +6 -0
- streamsets-7.0.0/streamsets/sdk/codegen/generator.py +47 -0
- streamsets-7.0.0/streamsets/sdk/codegen/preambles/__init__.py +6 -0
- streamsets-7.0.0/streamsets/sdk/codegen/preambles/pipeline_preamble.py +53 -0
- streamsets-7.0.0/streamsets/sdk/codegen/processors/__init__.py +6 -0
- streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/__init__.py +6 -0
- streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/pipeline_graph.py +239 -0
- streamsets-7.0.0/streamsets/sdk/codegen/processors/pipeline_processor/pipeline_processor.py +153 -0
- streamsets-7.0.0/streamsets/sdk/codegen/processors/processor.py +45 -0
- streamsets-7.0.0/streamsets/sdk/codegen/sources/__init__.py +39 -0
- streamsets-7.0.0/streamsets/sdk/codegen/sources/json_file_source.py +21 -0
- streamsets-7.0.0/streamsets/sdk/codegen/sources/pipeline_object_source.py +21 -0
- streamsets-7.0.0/streamsets/sdk/codegen/sources/source.py +24 -0
- streamsets-7.0.0/streamsets/sdk/codegen/sources/zip_archive_source.py +45 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/constants.py +26 -13
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/exceptions.py +20 -11
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/models.py +3 -1
- streamsets-7.0.0/streamsets/sdk/retry.py +810 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch.py +540 -540
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch_api.py +711 -709
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sch_models.py +1003 -1170
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc_api.py +8 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/sdc_models.py +70 -9
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st.py +32 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st_api.py +142 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/st_models.py +42 -6
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/utils.py +174 -111
- {streamsets-6.7.0.dev0 → streamsets-7.0.0/streamsets.egg-info}/PKG-INFO +9 -12
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/SOURCES.txt +49 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/requires.txt +1 -1
- streamsets-7.0.0/test_requirements.txt +26 -0
- streamsets-7.0.0/tests/__init__.py +3 -0
- streamsets-7.0.0/tests/integration/__init__.py +3 -0
- streamsets-7.0.0/tests/integration/codegen/__init__.py +3 -0
- streamsets-7.0.0/tests/integration/codegen/test_python_generator.py +120 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/conftest.py +189 -70
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_acl.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_api_credentials.py +4 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_connections.py +4 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_dpath.py +8 -6
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_draft_runs.py +4 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_ec2_environments.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_engineless_design.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_job_sequences.py +9 -10
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_jobs.py +63 -55
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_kubernetes_environments.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_metering.py +3 -19
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_organization.py +4 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pagination.py +19 -7
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_fragments.py +7 -5
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_labels.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipeline_parameters.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_pipelines.py +347 -28
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_projects.py +75 -22
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_saql.py +8 -6
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_saql_search.py +6 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_sch.py +36 -5
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_scheduled_tasks.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_scheduler.py +10 -8
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_self_managed_deployments.py +51 -21
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_jobs.py +17 -15
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_fragments.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_labels.py +38 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipeline_parameters.py +5 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_snowflake_pipelines.py +17 -12
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_stages.py +7 -5
- streamsets-7.0.0/tests/integration/test_subscription.py +50 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_topology.py +9 -5
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_users_and_groups.py +5 -3
- streamsets-7.0.0/tests/integration/utils.py +563 -0
- streamsets-7.0.0/tests/mocks/__init__.py +3 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/mocks/mock_api.py +4 -0
- streamsets-7.0.0/tests/unit/__init__.py +5 -0
- streamsets-7.0.0/tests/unit/codegen/__init__.py +3 -0
- streamsets-7.0.0/tests/unit/codegen/conftest.py +43 -0
- streamsets-7.0.0/tests/unit/codegen/test_pipeline_graph.py +187 -0
- streamsets-7.0.0/tests/unit/codegen/test_pipeline_preamble.py +55 -0
- streamsets-7.0.0/tests/unit/codegen/test_pipeline_processor.py +116 -0
- streamsets-7.0.0/tests/unit/codegen/test_sources.py +50 -0
- streamsets-7.0.0/tests/unit/codegen/test_utils.py +23 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/conftest.py +61 -1
- streamsets-7.0.0/tests/unit/resources/codegen/dev_to_trash_with_event.json +1529 -0
- streamsets-7.0.0/tests/unit/resources/codegen/jdbc_pipeline_test.zip +0 -0
- streamsets-7.0.0/tests/unit/resources/codegen/jdbc_with_stream_selector.json +43654 -0
- streamsets-7.0.0/tests/unit/resources/job.py +45 -0
- streamsets-7.0.0/tests/unit/resources/sch_data.py +184 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/utils_data.py +46 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_azure_environment.py +3 -1
- streamsets-7.0.0/tests/unit/test_base_model.py +444 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_collection_model.py +36 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_configuration.py +5 -5
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_connections.py +2 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_deployment_builder.py +119 -18
- streamsets-7.0.0/tests/unit/test_engine_types.py +32 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_engines.py +17 -2
- streamsets-7.0.0/tests/unit/test_http_retry.py +493 -0
- streamsets-7.0.0/tests/unit/test_job_builder.py +35 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_job_sequence.py +10 -7
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_job_sequence_builder.py +4 -2
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_mutable_kwargs.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_permission.py +3 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_pipeline.py +124 -24
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_pipeline_builder.py +20 -4
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_projects.py +3 -3
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_saql_search_builder.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_sch.py +8 -55
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_seekable_list.py +3 -1
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_self_managed_deployments.py +17 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_stage.py +4 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_step.py +4 -2
- streamsets-7.0.0/tests/unit/test_utils.py +873 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_version.py +3 -1
- streamsets-7.0.0/tox.ini +48 -0
- streamsets-6.7.0.dev0/build_requirements.txt +0 -2
- streamsets-6.7.0.dev0/docs/manage/legacy_kubernetes_integration.rst +0 -4
- streamsets-6.7.0.dev0/docs/welcome/authentication.rst +0 -63
- streamsets-6.7.0.dev0/evergreen/Jenkinsfile +0 -197
- streamsets-6.7.0.dev0/test_requirements.txt +0 -7
- streamsets-6.7.0.dev0/tests/integration/__init__.py +0 -0
- streamsets-6.7.0.dev0/tests/mocks/__init__.py +0 -0
- streamsets-6.7.0.dev0/tests/unit/__init__.py +0 -1
- streamsets-6.7.0.dev0/tests/unit/resources/__init__.py +0 -0
- streamsets-6.7.0.dev0/tests/unit/resources/sch_data.py +0 -73
- streamsets-6.7.0.dev0/tests/unit/test_base_model.py +0 -179
- streamsets-6.7.0.dev0/tests/unit/test_utils.py +0 -353
- streamsets-6.7.0.dev0/tox.ini +0 -52
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/MANIFEST.in +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/Makefile +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyMissingNodes.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyMultipleJobsSingleSystem.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/TopologyRestoredNodes.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/add_snowflake_credentials.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/click_snowflake_settings.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/css/docs_theme.css +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_to_trash.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_to_two_trashes.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_data_generator_with_events.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_raw_data_source_help.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/dev_raw_data_to_trash.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/favicon.ico +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/file_tail_to_two_trashes.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/full-ibm-streamsets-logo.svg +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/add_frag_to_pipeline.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/connect_event_lane.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/delete_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/edit_configuration.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/error_records_configuration.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/error_records_main.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/existing_pipelines.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/fragment_canvas.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/fragment_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/multi_output_stages_complete.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/multi_output_stages_incomplete.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_canvas.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_check_in.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipeline_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/pipelines_using_fragment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/produce_events.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/remove_stage.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/selector_four_conditions.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/snowflake_required_parameters.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/stages_unconnected.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/stages_with_different_types.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/update_pipeline_with_frag.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/build/value_chooser__JSON_content.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/add_new_permissions.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/change_owner.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/delete_permissions.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/share_button.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/permissions/share_settings.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/projects/create_project.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/projects/switch_projects.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/activate_user.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/add_new_group.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/add_new_user.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/deactivate_user.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/delete_group.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/delete_user.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/groups_list.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/invite_user_details.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/new_group_details.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/project_roles.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/update_group_details.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/update_user_details.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/manage/users_and_groups/users_list.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/activate_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/add_job_modal.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/add_jobs_to_job_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/create_job_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/delete_draftrun_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/delete_job_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/disable_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/draftrun_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/get_job_sequence_steps.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/get_job_sequences.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/logs_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/move_step.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/snapshots_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/start_draftrun_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/stop_draftrun_ui.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/three_dots_sequence.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/run/view_history.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Mark_Favorite.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Query_Builder.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Remove.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Save_Search.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Saved_Searches.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Search_Name_Wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/SAQL_Update.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/search/Search_Advanced.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/configuring_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/create_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/deleting_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/editing_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/get_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/pipelines_using_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/using_connection.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/connections/verify_connection.png +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/configure_install_type_docker.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/configure_install_type_tarball.png +0 -0
- {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
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/common/creation_share_deployment.png +0 -0
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_configure_engine.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_define_deployment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_review_and_launch.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_share_deployment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/ec2_deployments/creation_transformer_define_deployment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_engine.png +0 -0
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_region.png +0 -0
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_configure_gce_zone.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_define_deployment_sdc.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_define_deployment_transformer.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/gce_deployments/creation_review_and_launch.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_configure_deployment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_configure_kubernetes_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_create_deployment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_jdbc_version_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_review_launch_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/sdc_stage_libs_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_configure_deployment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_create_deployment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_jdbc_version_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/kubernetes_deployments/transformer_stage_libs_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_configure_engine.png +0 -0
- {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
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/creation_share_deployment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/get_install_script.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/deployments/self_managed_deployments/select_install_type.png +0 -0
- {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
- {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
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_define_environment.png +0 -0
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/aws_environments/creation_share_environment.png +0 -0
- {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
- {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
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/azure_environments/creation_define_environment.png +0 -0
- {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
- {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
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_configure_gcp_project.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_define_environment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_review_and_activate.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_select_gcp_vpc.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/gcp_environments/creation_share_environment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/activate_and_install_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/configure_environment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/create_environment_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/kubernetes_environments/installation_script_wizard.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/managing_environments/managing_environments.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/self_managed_environments/creation_define_environment.png +0 -0
- {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
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/set_up/environments/self_managed_environments/creation_share_environment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/welcome/api_credentials.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/images/welcome/examples/find_sdc_id.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sample_fragment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sample_pipeline_using_fragment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/saved_snowflake_credential.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_pipeline1.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_deployment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_deployment_details.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/sdk_sample_self_managed_environment.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/snowflake_credentials_modal.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/_static/snowflake_pipeline_defaults.png +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/advanced_search.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/api.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/build/error_record_handling.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/index.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/projects/projects.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/manage/users_and_groups/roles.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor/subscriptions.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/monitor.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/requirements.txt +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run/scheduled_tasks.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/run.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/search/saql_saved_search.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/search/search_for_object.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/deployments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/stage_libs_sdc.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/deployments/stage_libs_st.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/aws_environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/azure_environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/gcp_environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/kubernetes_environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/usage/set_up/environments/self_managed_environments.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/examples.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/installation.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/known_issues.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/docs/welcome/release_notes.rst +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/evergreen/.flake8 +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/setup.cfg +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets/sdk/analytics.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/dependency_links.txt +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/not-zip-safe +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/streamsets.egg-info/top_level.txt +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/integration/test_analytics.py +0 -0
- {streamsets-6.7.0.dev0/tests → streamsets-7.0.0/tests/unit/resources}/__init__.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/base_model_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/configuration_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/conftest_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/connections_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/engines_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/job_sequence_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/job_sequence_step_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/jobs_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/pipeline_builder_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/projects.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/scheduled_tasks_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/resources/self_managed_deployments_data.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_analytics.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_engine_api.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_jobs.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_roles.py +0 -0
- {streamsets-6.7.0.dev0 → streamsets-7.0.0}/tests/unit/test_scheduled_tasks.py +0 -0
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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,5 +1,53 @@
|
|
|
1
1
|
.. warning::
|
|
2
|
-
Support for Python versions below 3.
|
|
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
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: streamsets
|
|
3
|
-
Version:
|
|
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
|
-
|
|
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/
|
|
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::
|
|
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/
|
|
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::
|
|
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
|
+
}
|
streamsets-7.0.0/docs/_static/images/manage/api_credentials/activate_deactivate_credentials.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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 ``'
|
|
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 ``'
|
|
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 '
|
|
37
|
-
pipeline_builder = sch.get_pipeline_builder(engine_type='
|
|
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 ``'
|
|
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='
|
|
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
|
-
``'
|
|
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='
|
|
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 (
|
|
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='
|
|
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='
|
|
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='
|
|
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 ``
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 ``'
|
|
32
|
-
engine types when creating a pipeline fragment but should not be specified for the ``'
|
|
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='
|
|
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 (
|
|
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 (
|
|
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
|
-
``
|
|
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 (
|
|
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='
|
|
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 (
|
|
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='
|
|
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='
|
|
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
|
|
@@ -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'
|
|
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
|