directed acyclic graphs - pass argument to DAG, task apache airflow -
i'm exploring apache airflow 1.8. i'm curious either there way pass arguments dags or tasks while backfilling?
here i'm searching for,
airflow backfill my_dag -s some_date -e end_date argument_for_t1 argument_for_t2 or array of args.
is there way pass arguments? i've searched lot, wasn't able find anything.
backfill re-run failed/missed/mis configured dag , hence there no provision give command line arguments.
however, can go dagbag folder , give params dag object (change/fix existing dag) , fill dag
Comments
Post a Comment