We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731cb0d commit be7c8e4Copy full SHA for be7c8e4
airflow/.development.env
@@ -1,5 +1,6 @@
1
AIRFLOW__CORE__PARALLELISM=4
2
AIRFLOW__CORE__EXECUTOR=LocalExecutor
3
+AIRFLOW__SCHEDULER__CATCHUP_BY_DEFAULT=false
4
AIRFLOW_CONN_HTTP_BLACKCAT=https://services.blackcattransit.com
5
AIRFLOW_CONN_HTTP_MOBILITY_DATABASE=https://bit.ly/catalogs-csv
6
AIRFLOW_CONN_HTTP_NTD=https://data.transportation.gov
airflow/.test.env
@@ -1,4 +1,5 @@
AIRFLOW__CORE__EXECUTOR=SequentialExecutor
AIRFLOW_CONN_GOOGLE_CLOUD_DEFAULT='google-cloud-platform://'
CALITP_BUCKET__AGGREGATOR_SCRAPER=gs://calitp-staging-pytest
CALITP_BUCKET__AIRTABLE=gs://calitp-staging-pytest
0 commit comments