Skip to content
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][PLACEHOLDER] create beta decorator #26691

Open
wants to merge 1 commit into
base: 12-23-_core-api_experimental_direct_resource_passing
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions python_modules/dagster/dagster/_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,10 @@ 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.",
)


# placeholder
beta = experimental
beta_param = experimental_param
alpha = experimental
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we call it "Preview" to match the api language in the notion proposal?

Copy link
Contributor

@maximearmstrong maximearmstrong Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should be "Preview". All new decorators were added - Preview, Beta and Superseded

alpha_param = experimental_param