Skip to content

Commit be7c8e4

Browse files
authored
Add default variable to set Airflow Catchup to False (#4422)
[#4389]
1 parent 731cb0d commit be7c8e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

airflow/.development.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AIRFLOW__CORE__PARALLELISM=4
22
AIRFLOW__CORE__EXECUTOR=LocalExecutor
3+
AIRFLOW__SCHEDULER__CATCHUP_BY_DEFAULT=false
34
AIRFLOW_CONN_HTTP_BLACKCAT=https://services.blackcattransit.com
45
AIRFLOW_CONN_HTTP_MOBILITY_DATABASE=https://bit.ly/catalogs-csv
56
AIRFLOW_CONN_HTTP_NTD=https://data.transportation.gov

airflow/.test.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
AIRFLOW__CORE__EXECUTOR=SequentialExecutor
2+
AIRFLOW__SCHEDULER__CATCHUP_BY_DEFAULT=false
23
AIRFLOW_CONN_GOOGLE_CLOUD_DEFAULT='google-cloud-platform://'
34
CALITP_BUCKET__AGGREGATOR_SCRAPER=gs://calitp-staging-pytest
45
CALITP_BUCKET__AIRTABLE=gs://calitp-staging-pytest

0 commit comments

Comments
 (0)