Release Notes
Section Contents
Release Notes#
Warning
Support for Python versions below 3.8 will be dropped in the next major release of Streamsets SDK (7.0.0)
History#
6.6.2 (August 2025)#
Fixed race conditions when retrieving objects
Bug fixes and improvements
6.6.1 (June 2025)#
Fixed an issue that caused an error to be raised when calling the method
streamsets.sdk.ControlHub.delete_deployment().Bug fixes and improvements
6.6.0 (June 2025)#
Added support for interacting with network access rules
Added the ability to modify whether network access rules are enabled for your organization using the
streamsets.sdk.sch_models.Organization.ip_auth_enabledattribute.Added the ability to modify network access rules for your organization using the
streamsets.sdk.sch_models.Organization.add_ip_auth_ruleset()andstreamsets.sdk.sch_models.Organization.remove_ip_auth_ruleset().Added the ability to view the current network access rules using the
streamsets.sdk.sch_models.Organization.ip_auth_rulesattribute.
Added functionality to check the possible values of a stage configuration by using the
streamsets.sdk.sch_models.PipelineBuilder.get_stage_configuration_options()method.Added support for interacting with Projects
Added SDK support for projects feature by being able to switch between different projects using the
streamsets.sdk.ControlHub.current_projectattribute.Added SDK support to list and modify projects by using the
streamsets.sdk.ControlHub.projectsattribute and the methodsstreamsets.sdk.ControlHub.add_project()andstreamsets.sdk.ControlHub.delete_project().
Bug fixes and improvements.
6.5.0 (November 2024)#
The
streamsets.sdk.sch_models.Stepclass now supports Finish Conditions and has a new attributenamewhich will allow retrieving and setting the name of a step.Added support for running an arbitrary step using the The
streamsets.sdk.ControlHub.run_job_sequence()method.Extended AQL functionality to now support searching on
streamsets.sdk.sch_models.JobSequenceobjects.Updated API calls to be more efficient by changing the default page size to 250 instead of 50.
Added SDK support for creating connections without an authoring engine specified (engineless connections).
Added SDK support for stopping a Deployment through the
streamsets.sdk.ControlHub.delete_deployment()method.Added the ability to specify the
install_typefor a self-managed deployment when retrieving the install script.Bug fixes and improvements.
6.4.0 (July 2024)#
Added
streamsets.sdk.ControlHub.clone_deployment()method to easily a clone a deployment.Added
streamsets.sdk.ControlHub.get_kubernetes_environment_yaml()method to fetch a Kubernetes environment’s YAML.Added
streamsets.sdk.sch_models.Pipeline.add_fragment()method which lets users add fragments to existing pipelines.Added
streamsets.sdk.sch_models.Pipeline.get_jobs_using_pipeline()method which returns all the jobs that use the pipeline.Added
streamsets.sdk.sch_models.JobSequence.delete_history_logs()method which can delete history logs for the job sequence.Resolved a bug that did not let users update permissions for deployments correctly.
Bug fixes and improvements.
6.3.0 (May 2024)#
The
streamsets.sdk.ControlHub.get_self_managed_deployment_install_script()method now accepts a parameterjava_versionthat can be used to specify which java version to be used when generating an install script.The
streamsets.sdk.ControlHub.add_scheduled_task()method raises a more detailed error when creating a :py:class:`streamsets.sdk.sch_models.ScheduledTask`object.Support for Job Sequencing has been added. Refer to the StreamSets SDK Job Sequencing Documentation for further details.
Bug fixes and improvements.
6.2.0 (February 2024)#
The
streamsets.sdk.ControlHub.verify_connection()method now accepts a parameterlibrarythat can be used to specify which library the connection should be verified against.The
streamsets.sdk.ControlHub.publish_pipeline()method now accepts a parametervalidatewhich can be used to validate a pipeline when saving it on Platform.The
streamsets.sdk.sch_models.PipelineBuilder.build()method now accepts a parameterdescriptionwhich can be used to set the description of a pipeline.The
streamsets.sdk.sch_models.DeploymentBuilder.build()method now accepts additional parameters that can be used to configure the deployment during creation.The
streamsets.sdk.sch_models.Jobclass has a new attributelatest_committed_offsetswhich will retrieve latest committed offsets for the Job.Fixed an error that did not render color icons in the Platform UI for pipelines generated in the SDK.
Fixed an error with
streamsets.sdk.ControlHub.activate_api_credential(),streamsets.sdk.ControlHub.deactivate_api_credential()andstreamsets.sdk.ControlHub.rename_api_credential()that caused the authentication token to be regenerated.Bug fixes and improvements.
6.1.0 (November 2023)#
Allow direct replacement of a stage in a pipeline. This is achieved through the
copy_inputs©_outputsmethods under thestreamsets.sdk.sch_models.SchSdcStageandstreamsets.sdk.sch_models.SchStStageclasses respectively.Service configurations for Stages have now been re-homed under the
configurationstage attribute. However, service configurations for Stages will continue to be accessible via theservicesattribute.The
streamsets.sdk.sch_models.Connectionclass’s configuration attributes have now been pythonized.Fixed bug related to the
streamsets.sdk.ControlHub.update_scheduled_task()method.Fixed recursion issue with deep-copying
streamsets.sdk.sch_models.SchSdcStageandstreamsets.sdk.sch_models.SchStStageinstances.Fixed inconsistency with unsupported connections being added to existing stages.
Fixed issue where Monitor Job view did not render pipeline stages added using the SDK.
Bug fixes and improvements.
6.0.1 (September 2023)#
Fixed an issue that caused output lanes to be duplicated for
streamsets.sdk.sch_models.SchSdcStageorstreamsets.sdk.sch_models.SchStStageinstances (only forStream Selectorstages).Bug fixes and improvements
6.0.0 (August 2023)#
Existing pipelines and their stages are now directly editable from the SDK. Previously the SDK only supported creation of new Pipelines and publishing those to the Platform for the first time. With this change, instances of
streamsets.sdk.sch_models.SchSdcStageandstreamsets.sdk.sch_models.SchStStagecan be added, removed, replaced, connected and disconnected using only the SDK - enabling programmatic pipeline editing at scale.Top level configurations for
streamsets.sdk.sch_models.Pipeline,streamsets.sdk.sch_models.SchSdcStage, andstreamsets.sdk.sch_models.SchStStagehave begun to be moved under theconfigurationattribute. The configuration properties will still be accessible as top-level attributes until the next major release.Setting
streamsets.sdk.st_models.Stage.output_lanesorstreamsets.sdk.sdc_models.Stage.output_lanesis now deprecated.The
streamsets.sdk.sch_models.SchSdcStageStream Selectorhas been updated to not requireoutputLanewhile definingpredicates.Note
While heavily discouraged, it is still possible to define a particular
outputLanefor each of thepredicatesto avoid inconsistencies.streamsets.sdk.sch_models.ScheduledTaskactions are now refactored understreamsets.sdk.ControlHub.Warning
This will affect usage of SDK and the following functions have been removed and replaced:
streamsets.sdk.sch_models.ScheduledTask.resume(),streamsets.sdk.sch_models.ScheduledTask.pause(),streamsets.sdk.sch_models.ScheduledTask.kill()andstreamsets.sdk.sch_models.ScheduledTask.delete()are now replaced bystreamsets.sdk.ControlHub.resume_scheduled_tasks(),streamsets.sdk.ControlHub.pause_scheduled_tasks(),streamsets.sdk.ControlHub.kill_scheduled_tasks()andstreamsets.sdk.ControlHub.delete_scheduled_tasks()respectively.Please refer to the documentation for the correct, updated usage.
streamsets.sdk.sch_models.PipelineBuilder.import_pipeline()has been refactored to accept a parameter of typestreamsets.sdk.sch_models.Pipelineinstead of adictof pipeline definitions. This allows using an existing pipeline as the base for creating a new pipeline via thestreamsets.sdk.sch_models.PipelineBuilderclass.streamsets.sdk.ControlHub.engine_configurationshas been refactored tostreamsets.sdk.ControlHub.engine_versions.Deployment attribute
streamsets.sdk.sch_models.Deployment.engine_instanceshas been renamed tostreamsets.sdk.sch_models.Deployment.desired_instancesBug fixes and improvements
5.2.1 (May 2023)#
Fixed a TypeError Exception when filtering jobs by status in ControlHub.
5.2.0 (April 2023)#
Support for Kubernetes Environments and Deployments has been added. Refer to the StreamSets SDK Deployments Usage Documentation or StreamSets SDK Environments Usage Documentation for further details.
Support for SAQL (StreamSets Advanced Query Language) Saved Searches has been added. Refer to the StreamSets Search Documentation for further details.
Support for Draft Runs has been added. Refer to the StreamSets SDK Run Documentation for further details.
The
streamsets.sdk.ControlHub.Jobs.get_all()method now supports filtering by thejob_idparameter.The
streamsets.sdk.sch_models.EC2Deploymentclass directly uses the default instance profile of itsstreamsets.sdk.sch_models.AWSEnvironmentclassBug fixes and improvements.
5.1.0 (December 2022)#
Support for StreamSets Advanced Query Language has been added for Pipelines, Fragments, and Jobs. Refer to the StreamSets SDK Search Documentation for further details.
The
streamsets.sdk.ControlHub.engines.get_all()method now supports filtering by theidparameter.Bug fixes and improvements.
5.0.0 (August 2022)#
The
streamsets.sdk.ControlHub.validate_pipeline()method now supports validating SDC and Transformer pipelines.Changing the name of a
streamsets.sdk.sch_models.Pipelineinstance is now possible by setting thenameattribute of the instance and passing it tostreamsets.sdk.ControlHub.publish_pipeline().Improved the usability of the
streamsets.sdk.sch_models.ApiCredentialBuilderclass and its interaction with thestreamsets.sdk.ControlHub.add_api_credential()method.Note
Please refer to the documentation for the correct, updated usage.
The
streamsets.sdk.sch_models.Userandstreamsets.sdk.sch_models.Groupclasses have received several improvements including:The
streamsets.sdk.sch_models.User.groupsandstreamsets.sdk.sch_models.Group.usersattributes have been improved to returnstreamsets.sdk.sch_models.Groupandstreamsets.sdk.sch_models.Userinstances (respectively) rather than just ID values.
Warning
This will affect existing SDK usage of the
streamsets.sdk.sch_models.User.groupsandstreamsets.sdk.sch_models.Group.usersattributes. Please refer to the documentation for the correct, updated usage.The
streamsets.sdk.sch_models.DataCollectorandstreamsets.sdk.sch_models.Transformerclasses have been refactored into a single class which houses the functionality for both:streamsets.sdk.sch_models.Engine. Subsequently, thestreamsets.sdk.ControlHub.data_collectorsandstreamsets.sdk.ControlHub.transformersattributes now utilize thestreamsets.sdk.sch_models.Enginesclass instead.Warning
This will affect existing SDK usage of the
streamsets.sdk.ControlHub.data_collectorsandstreamsets.sdk.ControlHub.transformersattributes, as these will both now return instances of thestreamsets.sdk.sch_models.Engineclass. Please refer to the documentation for the correct, updated usage.Pagination improvements have been made for various classes
When retrieving
streamsets.sdk.sch_models.Jobinstances viastreamsets.sdk.ControlHub.jobsand supplying ajob_tagvalue, including the organization that the job tag belongs to is no longer required.Warning
This will affect existing SDK usage of the
streamsets.sdk.ControlHub.jobsattribute. Please refer to the documentation for the correct, updated usage.Arguments and attributes that were marked as deprecated in the previous release have been removed.
Bug fixes and improvements
4.3.0 (August 2022)#
Added support for using the SDK on Python 3.10
streamsets.sdk.sch_models.Usersandstreamsets.sdk.sch_models.Groupsinstances can now be filtered on specific text values via thefilter_textparameter, as seen in the UIBug fixes and improvements
4.2.1 (July 2022)#
Fixes a bug when trying to modify or update a
streamsets.sdk.sch_models.ACLdefinition forstreamsets.sdk.sch_models.Deploymentinstances.Fixes a bug in the naming convention used for pipelines created via the
streamsets.sdk.ControlHub.test_pipeline_run()method.Fixes a bug that prevented users from supplying a
'.'(period) character in thegroup_idwhen creating a group via thestreamsets.sdk.sch_models.GroupBuilder.build()method.
4.2.0 (May 2022)#
Programmatic User creation and management has been added
Pagination and “lazy” loading improvements have been made to various classes
The Group class has been refactored slightly to better match the experience seen in the UI
Note
When filtering the streamsets.sdk.sch_models.Groups objects in StreamSets Platform, the id argument has
been replaced by group_id to match the streamsets.sdk.sch_models.Group class’s representation. Please
refer to the documentation for the correct, updated usage.
The
streamsets.sdk.sch_models.DeploymentBuilder.build()andstreamsets.sdk.sch_models.EnvironmentBuilder.build()methods no longer require thedeployment_typeorenvironment_typearguments to be supplied
Warning
The deployment_type and environment_type arguments are deprecated and will be removed in a future release.
Please refer to the documentation for the correct, updated usage.
The
streamsets.sdk.sch_models.Deploymentsandstreamsets.sdk.sch_models.Environmentsclasses can now be filtered ondeployment_idandenvironment_idrespectively, instead ofid
Warning
The id argument has been deprecated and will be removed in a future release. Please refer to the documentation for
the correct, updated usage.
4.1.0 (March 2022)#
Modified error handling to return all errors returned by an API call to StreamSets Platform
Transformer for Snowflake support
Support for nightly builds of execution engines
4.0.0 (January 2022)#
Activation key is no longer required
DataCollector and Transformer classes are no longer public because these are headless engines in StreamSets Platform
Authentication is now handled using API Credentials
The usage and syntax for PipelineBuilder has been updated
Support for environments and deployments