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 3, 2025
1 parent b5f4925 commit ed94453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_modules/dagster/dagster/_utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def beta_warning(
return

warnings.warn(
f"{subject} is in beta. It may break in a future minor release, "
f"or have minor behavior changes between dot releases."
f"{subject} is currently in beta, and may have breaking changes in minor version releases, "
f"with behavior changes in patch releases."
+ ((" " + additional_warn_text) if additional_warn_text else ""),
category=BetaWarning,
stacklevel=stacklevel,
Expand Down

0 comments on commit ed94453

Please sign in to comment.