Arsenii
10/21/2020, 8:54 AMtask_run_name
was added to the @task
decorator and it's beautiful -- however it prevents the flow from running locally for obvious reasons
This makes local debugging (before deployment to Cloud) a pain since you'll have to remove and re-add this configuration all he time. Does anyone know a way to make Prefect just... ignore this parameter when the flow is run e.g. with flow.run()
?
Thanks!josh
10/21/2020, 11:32 AMArsenii
10/22/2020, 9:40 AMTypeError: __init__() got an unexpected keyword argument 'task_run_name'
if I try to run the flow in local CLIjosh
10/22/2020, 2:12 PMArsenii
10/23/2020, 2:56 AM