-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[core-api][experimental] BackfillPolicy #26694
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
[core-api][experimental] BackfillPolicy #26694
Conversation
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.
cool
6fc2844
to
1138493
Compare
9ebd887
to
e6c0b94
Compare
1138493
to
24973f3
Compare
e6c0b94
to
5fa3ac5
Compare
24973f3
to
e6d2012
Compare
5fa3ac5
to
e3b0934
Compare
a9f734c
to
d912535
Compare
e3b0934
to
2945f86
Compare
d912535
to
56c3edd
Compare
2945f86
to
704f583
Compare
6b1aae6
to
d243e7e
Compare
704f583
to
22e8a29
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.
Approved pending the usage of the new @beta_param
@@ -1050,3 +1050,6 @@ def only_allow_hidden_params_in_kwargs(annotatable: Annotatable, kwargs: Mapping | |||
deprecated_params[param].hidden, | |||
f"Unexpected non-hidden deprecated parameter '{param}' in kwargs. Should never get here.", | |||
) | |||
|
|||
|
|||
beta_param = experimental_param # PLACEHOLDER |
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 the beta param now #27227
d243e7e
to
74478c0
Compare
22e8a29
to
2e3066c
Compare
…26703) ## Summary & Motivation decision: experimental -> GA reason: this is a bit of glue code for users still using `@repository`, but there's no reason to delete it and we have no plans of changing it (plus it has existed for years). docs exist: yes (api only, which is ok) ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
ab5f388
into
12-23-_core-api_experimental_get_asset_provenance_
Summary & Motivation
decision: experimental -> beta
reason: this requires a final pass on our end to feel comfortable marking as GA, but I think it is worth doing in the near future as this is a powerful feature
docs exist: no (will need to)
How I Tested These Changes
Changelog