Skip to content

Commit

Permalink
Update beta warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jan 2, 2025
1 parent 8b149b2 commit 0f9af0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_modules/dagster/dagster/_utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def beta_warning(
return

warnings.warn(
f"{subject} is in beta stage - the feature is still being tested and may change."
f"{subject} is in beta. It may break in a future minor release, "
f"or have minor behavior changes between dot releases."
+ ((" " + additional_warn_text) if additional_warn_text else ""),
category=BetaWarning,
stacklevel=stacklevel,
Expand Down

0 comments on commit 0f9af0a

Please sign in to comment.