Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victorphamdeveloper/238d7d44c5e51d5ae177973c67ea4c6f to your computer and use it in GitHub Desktop.
Save victorphamdeveloper/238d7d44c5e51d5ae177973c67ea4c6f to your computer and use it in GitHub Desktop.
backfill_airflow.txt
kubectl exec -n airflow -it airflow-worker-0 /entrypoint.sh -- /bin/bash
airflow backfill -s YYYY-MM-DD -e YYYY-MM-DD
airflow backfill command doc: https://airflow.apache.org/docs/stable/cli-ref#backfill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment