Make references dynamic in DAGs #1475
polyaxon-team
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use a parameter with a ref to a run whose uuid is read from a parameter. For example, inside a DAG I can do the following:
I would also like to do
This is not possible at the moment because params object isn't ready in this context. But I guess with some dependency resolution, it could be made to work? I have a workaround for this myself (I'm generating polyaxonfiles on the fly based on some input arguments, so I can inject the UUID at compile time to the polyaxonfile), but IMO such a feature would be useful.
Beta Was this translation helpful? Give feedback.
All reactions