-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[core-api][experimental] AssetSelection.tag #26697
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] AssetSelection.tag #26697
Conversation
bfade49
to
a9b8112
Compare
e4d88f7
to
f66e7e5
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.
move tag
out of experimental makes sense. had one question about the param.
@@ -240,7 +240,7 @@ def groups(*group_strs, include_sources: bool = False) -> "GroupsAssetSelection" | |||
|
|||
@public | |||
@staticmethod | |||
@experimental | |||
@experimental_param(param="include_sources") |
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.
why is this experimental?
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.
I make it not experimental upstack
a9b8112
to
01dc421
Compare
f66e7e5
to
cfcadea
Compare
01dc421
to
97c20c1
Compare
cfcadea
to
e7362d3
Compare
bdb8f2c
to
058bd67
Compare
e7362d3
to
709d87e
Compare
058bd67
to
97d91ef
Compare
709d87e
to
4e9070f
Compare
97d91ef
to
08c1268
Compare
4e9070f
to
654f5e5
Compare
654f5e5
to
3512497
Compare
## Summary & Motivation decision: experimental -> beta reason: many of these APIs have not been publicized and are not part of core code paths. want to retain the option of changing the naming / structure in the future docs exist: n/a (but no) ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
1a963db
into
12-23-_core-api_experimental_direct_resource_passing
Summary & Motivation
decision: experimental -> GA
reason: this has existed for a long time, we need to support it for the new asset selection syntax, and there's no reason that we would not want to support this behavior
docs exist: yes (API only, which is ok)
How I Tested These Changes
Changelog