-
Notifications
You must be signed in to change notification settings - Fork 121
[Python] Add schemas support #3389
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
|
|
|
||
| ## Release v0.267.0 | ||
|
|
||
| ### Notable Changes |
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.
We don't have formal criteria for "notable changes" but usually we place breaking changes there or regression fixes. Adding resources goes into Bundles.
I think we should have "### Python" section for all Python changes, WDYT?
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.
We have included volumes support in "Notable Changes" previously because a few customers asked for it. I'm open to change overall. I don't we will often add anything to "Python" section after we catch up not resource support.
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.
It should live under the bundle section. Incremental features go there. Massive features, breaking changes, regression fixes, etc, go under "Notable changes".
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.
👍 , fixed
Changes
Add schema resource type support to Python
Why
It makes it possible to define schemas with Python code, similar to jobs and pipelines
Tests
Acceptance and unit tests