Skip to content

Commit

Permalink
Add new NTD API and XLSX buckets to Airflow configuration to fix erro…
Browse files Browse the repository at this point in the history
…rs when running locally

[#3403]
  • Loading branch information
Erika Pacheco authored and erikamov committed Sep 20, 2024
1 parent a9ff8a6 commit 339ee11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airflow/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ x-airflow-common:
CALITP_BUCKET__PUBLISH: "gs://test-calitp-publish"
CALITP_BUCKET__SENTRY_EVENTS: "gs://test-calitp-sentry"

CALITP_BUCKET__NTD_API_DATA_PRODUCTS: "gs://test-calitp-ntd-api-products"
CALITP_BUCKET__NTD_XLSX_DATA_PRODUCTS__RAW: "gs://test-calitp-ntd-xlsx-products-raw"
CALITP_BUCKET__NTD_XLSX_DATA_PRODUCTS__CLEAN: "gs://test-calitp-ntd-xlsx-products-clean"

DBT_TARGET: staging_service_account

# TODO: this can be removed once we've confirmed it's no longer in Airtable
Expand Down

0 comments on commit 339ee11

Please sign in to comment.