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

[Docs] add colon rule in version #5258

Merged
merged 3 commits into from
Apr 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/concepts/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Versioning is required to:
- Execute multiple experiments in production, which may use different training or data processing algorithms.
- Understand how a specific system evolved and answer questions related to the effectiveness of a specific strategy.

.. admonition:: Note

Please note that Flyte currently does not support the use of colons in specifying versions.

For instance, using "0:1" as a version number is not permitted.

Operational Benefits of Completely Versioned Workflows/Pipelines
-------------------------------------------------------------------

Expand Down