Release Notes
Section Contents
Release Notes#
History#
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 the 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