Skip to content

Commit

Permalink
Fix: Delete old amplitude_benefits keys (#3185)
Browse files Browse the repository at this point in the history
* fix(amplitude): delete old amplitude_benefits keys
* chore: remove now un-used .env.sample file
  • Loading branch information
machikoyasuda authored Dec 14, 2023
1 parent 173cc2c commit a5d4cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions airflow/.env.sample

This file was deleted.

3 changes: 0 additions & 3 deletions airflow/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ x-airflow-common:
CALITP_BQ_MAX_BYTES: 10000000000
CALITP_SLACK_URL: ${CALITP_SLACK_URL}

CALITP_AMPLITUDE_BENEFITS_API_KEY: ${CALITP_AMPLITUDE_BENEFITS_API_KEY}
CALITP_AMPLITUDE_BENEFITS_SECRET_KEY: ${CALITP_AMPLITUDE_BENEFITS_SECRET_KEY}

# connections - required to allow local testing of pod operators
# see https://stackoverflow.com/a/55064944/1144523
AIRFLOW_CONN_GOOGLE_CLOUD_DEFAULT: "google-cloud-platform://:@:?extra__google_cloud_platform__project=cal-itp-data-infra"
Expand Down

0 comments on commit a5d4cd9

Please sign in to comment.