Uh oh!
There was an error while loading. Please reload this page.
[Python] Support pipelines - #2574
Conversation
82f8d25 to
905203fCompare905203f to
095303dCompare095303d to
30d961bCompare30d961b to
ba9648aCompare| name: VariableOrOptional[str] | ||
| """ | ||
| TODO | ||
| """ |
There was a problem hiding this comment.
what is this TODO for? can we drop this completely?
There was a problem hiding this comment.
The pipeline class doesn't have any fields except name, which is only used as an example. There is a separate PR to add remaining fields.
There was a problem hiding this comment.
Can you link this to this PR (or the follow-up if ready)?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| name: VariableOrOptional[str] | ||
| """ | ||
| TODO | ||
| """ |
There was a problem hiding this comment.
Can you link this to this PR (or the follow-up if ready)?
ba9648a to
dfc8de5Comparekanterov
commented
Apr 8, 2025
@pietern addressed comments, please take a look again |
Uh oh!
There was an error while loading. Please reload this page.
## Changes Add support for pipelines into `experimental/python`. Only the `name` property is supported, and the generated code will be added as a follow-up. ## Why It allows using pipelines in addition to jobs. ## Tests Unit and acceptance tests --------- Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
## Changes Add generated code for pipelines support introduced in #2574
## Changes Add support for pipelines into `experimental/python`. Only the `name` property is supported, and the generated code will be added as a follow-up. ## Why It allows using pipelines in addition to jobs. ## Tests Unit and acceptance tests --------- Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
## Changes Add generated code for pipelines support introduced in #2574
Changes
Add support for pipelines into
experimental/python.Only the
nameproperty is supported, and the generated code will be added as a follow-up.Why
It allows using pipelines in addition to jobs.
Tests
Unit and acceptance tests