Darragh
06/17/2020, 11:46 AMprefecthq/prefect:master
in flows - it has a feature I need [DFE execution on mapped tasks], but I can’t seem to figure out how to actually use master. I’ve updated both my Prefect Server and the image I base all our flows off [FROM prefecthq/prefect:master
] but even with all that I still see the following when I build the flow storage:
Step 3/9 : RUN pip show prefect || pip install git+<https://github.com/PrefectHQ/prefect.git@0.11.5#egg=prefect[kubernetes]>
And in the UI it still reports 0.11.5 as Prefect Core Version, and the expected DFE mapping behaviour is not there, i.e. mapped tasks are executed one by one.
.Any ideas on how to get around this?josh
06/17/2020, 12:55 PMprefect_version="master"
to your Docker storage does it take?Darragh
06/17/2020, 12:57 PMjosh
06/17/2020, 1:00 PMDarragh
06/17/2020, 1:06 PMjosh
06/17/2020, 1:22 PMcreate_flow_run
it has run_name: str
as a kwargDarragh
06/17/2020, 5:52 PMjosh
06/17/2020, 6:41 PMname
but I think I follow what you’re saying. A way for a name schema to be respected for auto generated flows?Darragh
06/17/2020, 6:59 PM