Skip to content

Commit

Permalink
[core-api][experimental][PLACEHOLDER] create beta decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent cfdb66b commit c4f9000
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python_modules/dagster/dagster/_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,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
alpha_param = experimental_param

0 comments on commit c4f9000

Please sign in to comment.