Skip to content

Commit

Permalink
updating credentials variable name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Oct 27, 2024
1 parent 1ac9bdf commit b4565a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# change to the path to the analytics_pipeline directory
DBT_PROJECT_DIR=/path_to_your_repo/airflow-dbt/analytics
DBT_PROJECT_DIR=/path_to_your_repo/airflow-dbt-demo/analytics

# change to your GCP project ID
GCP_PROJECT=your_gcp_project_id

# change path to service account JSON key downloaded from GCP
KEY_FILE=/path_to_your_key/bigquery-airflow-dbt.json
GOOGLE_APPLICATION_CREDENTIALS=/path_to_your_key/bigquery-airflow-dbt.json

# change to the path to the analytics_pipeline directory
PROFILES_DIR=/path_to_your_repo/airflow-dbt/analytics
PROFILES_DIR=/path_to_your_repo/airflow-dbt-demo/analytics

0 comments on commit b4565a8

Please sign in to comment.