-
Notifications
You must be signed in to change notification settings - Fork 122
[Python] Add generated code for pipelines #2639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fccb903 to
40427d4
Compare
40427d4 to
2aabe4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The target field is not included here, yet it is marked not deprecated in #2646.
How does this work?
8a4e6b1 to
eaebb55
Compare
|
@pietern Good catch, the code implementing merging of JSON schema didn't work correctly after rebase. I've fixed it now All necessary changes are in https://github.com/databricks/cli/tree/codegen-all, but it needs to be split into multiple PRs. It would be great if we could merge the first PR with codegen first and iterate on top of it. |
|
Thanks for clarifying. The first codegen PR has some small comments that should be easy to address + merge. Are you saying the tree you link has a bunch of changes stacked on top of what's in #2507? |
|
@pietern there are a few changes needed:
|
There are warnings because the same classes are included into jobs and pipeline packages. We will fix it when we change code generation to vendor compute package into each resource using it. The output for docs already looks correct
Changes
Add generated code for pipelines support introduced in #2574