Hi, I am using metaflow with airflow. After creati...
# ask-metaflow
n
Hi, I am using metaflow with airflow. After creating a DAG using the
airflow create
command, I want to modify and deploy the flow code. Should I use the airflow create command again at this time?
h
Hey ! If you can any of your code in the Metaflow DAG, you will have to rerun the airflow create command to recompile the dag and redeploy the dag file on the airflow server
n
thanks! current dag.start_date is always set to datetime.now, so the value will change when I run the command again. I think start_date option is needed, cause there is backfill in airflow. Can I make a PR?
👀 1