Skip to content

Commit

Permalink
Update preview warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jan 2, 2025
1 parent a2e7976 commit 71d62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def preview_warning(
return

warnings.warn(
f"{subject} is in currently, with ongoing updates, and not yet optimized for production use. "
f"{subject} is currently in preview, with ongoing updates, and not yet optimized for production use. "
f"This may break in future versions, even between dot releases."
+ ((" " + additional_warn_text) if additional_warn_text else ""),
category=PreviewWarning,
Expand Down

0 comments on commit 71d62fd

Please sign in to comment.