You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to see in the DAG whether a certain step (and their dependencies) is the latest version.
This could possibly be achieved with a VSCode extension. It would run in the background and:
Read the content of all yaml files in the dag folder (skipping the archive).
List all unique steps.
Find the latest version of each step.
Add a message, e.g. "⚠ There's a newer version, 2025-03-01", or "✅ Latest version" next to each step in the dag (similar to what GitLens shows). Alternatively, it could show that on hover over the step.
I'm not sure how hard it would be to achieve this, but we could try it during a cooldown.
The text was updated successfully, but these errors were encountered:
It would be useful to see in the DAG whether a certain step (and their dependencies) is the latest version.
This could possibly be achieved with a VSCode extension. It would run in the background and:
I'm not sure how hard it would be to achieve this, but we could try it during a cooldown.
The text was updated successfully, but these errors were encountered: