Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

Updated SDK for Delta Pipelines to match API PipelineSettings definition#501

Merged
pietern merged 4 commits into
databricks:mainfrom
stawo:main
Jun 28, 2022
Merged

Updated SDK for Delta Pipelines to match API PipelineSettings definition#501
pietern merged 4 commits into
databricks:mainfrom
stawo:main

Conversation

@stawo

@stawo stawo commented Jun 22, 2022

Copy link
Copy Markdown
Contributor

In the Delta Live Tables API 2.0, the PipelineSettings definition (link) used in the create (link) and edit (link) methods specify the following elements which are not present in the SDK code: target, continuous, development.

There are instead two elements (trigger and filters) which are not used and, if specified when using the SDK functions, make the code fail.

stawo added 3 commits June 22, 2022 11:39
Added `continuous` and `development` parameters.
Removed `trigger` and `filters` parameters.

@pietern pietern left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR, @stawo! Left a comment on the removal.

Comment thread databricks_cli/sdk/service.py Outdated
@stawo

stawo commented Jun 27, 2022

Copy link
Copy Markdown
Contributor Author

@pietern , implemented your suggestion.

@pietern

pietern commented Jun 28, 2022

Copy link
Copy Markdown
Contributor

Thanks for the update! It'll be released with the next patch release.

@pietern pietern merged commit 6ad6b41 into databricks:main Jun 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants