Skip to content

Instantly share code, notes, and snippets.

@qi-qi
Last active June 9, 2022 11:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qi-qi/edb4d7b4023a16ce467662bfc0677483 to your computer and use it in GitHub Desktop.
Save qi-qi/edb4d7b4023a16ce467662bfc0677483 to your computer and use it in GitHub Desktop.
cloud composer backfill
gcloud composer environments run airflow --location us-central1 --project=xxx backfill -- dag_id_xxx -t task_id_xxx -s 2020-10-01 -e 2020-11-29
# composer 2
gcloud composer environments run airflow-composer2 --location us-east4 --project=xxx dags backfill -- dag_id_xxx --reset-dagruns -s 2022-05-31 -e 2022-06-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment