Created
June 11, 2020 04:17
-
-
Save victorphamdeveloper/238d7d44c5e51d5ae177973c67ea4c6f to your computer and use it in GitHub Desktop.
backfill_airflow.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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