Run specific pipelines with params on VertexAI #167
Unanswered
matheus013
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, I'd like to compliment the tool; it greatly streamlines my workflow.
I'm currently automating the orchestration of my pipelines and encountered an issue. Specifically, when executing a simple pipeline run successfully using the command:
kedro vertexai run-once --pipeline=pipeline
However, when needing to pass a parameter, I'm facing difficulties with the following command:
kedro vertexai run-once --pipeline=pipeline --param='key:2024-06-28'
Could you please advise on how to correctly pass parameters in this context?
Beta Was this translation helpful? Give feedback.
All reactions