Release Notes
Section Contents
Release Notes#
History#
4.3.0 (August 2022)#
Added support for using the SDK on Python 3.10
streamsets.sdk.sch_models.Users
andstreamsets.sdk.sch_models.Groups
instances can now be filtered on specific text values via thefilter_text
parameter, 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.ACL
definition forstreamsets.sdk.sch_models.Deployment
instances.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_id
when 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 DataOps 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_type
orenvironment_type
arguments 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.Deployments
andstreamsets.sdk.sch_models.Environments
classes can now be filtered ondeployment_id
andenvironment_id
respectively, 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 DataOps 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 DataOps Platform
Authentication is now handled using API Credentials
The usage and syntax for PipelineBuilder has been updated
Support for environments and deployments