Hey Folks is it possible to deploy&schedule t...
# ask-metaflow
a
Hey Folks is it possible to deploy&schedule the new Runners to Argo/Airflow? For our use case it would be supreme to make use of Runners+Hydra for Configuration in a Argo/Airflow scheduled manner. Any ideas how one could achieve something like that?
1
a
a
Thanks @ancient-application-36103. As far as I understood the Deployer takes a flow file as input. My goal is to deploy and schedule the entire script which contains the
with Runner(<file>).run() as run: ...
this is currently the only way I can imagine to use Hydra in conjunction with Metaflow. Can you maybe shortly describe what your idea is how to use the Deployer() for deploying the Runner()? Many thanks in advance
I guess I misunderstood your answer: If I understood correct, you propose to basically deploy all the different flow variants using the new deployer API this sounds like a very good advice. Is it possible to pass parameter variables to the Deployer() API as one can do with the Runner() API?