-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
36 lines (29 loc) · 814 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (29 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Google Cloud / BigQuery
GCP_PROJECT_ID=your-gcp-project-id
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# Supabase
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_KEY=your-anon-key
SUPABASE_DB_PASSWORD=your-db-password
SUPABASE_PROJECT_REF=your-project-ref
# MotherDuck
MOTHERDUCK_TOKEN=your-motherduck-token
# dbt Cloud
DBT_HOST=cloud.getdbt.com
DBT_TOKEN=your-dbt-cloud-service-token
DBT_PROD_ENV_ID=your-environment-id
# Claude
ANTHROPIC_API_KEY=your-claude-api-key
# MLflow
MLFLOW_TRACKING_URI=http://127.0.0.1:5000
# Snowflake (trial only)
SNOWFLAKE_ACCOUNT=
SNOWFLAKE_USER=
SNOWFLAKE_PASSWORD=
SNOWFLAKE_WAREHOUSE=ANALYTICS_WH
SNOWFLAKE_DATABASE=OLIST_ANALYTICS
SNOWFLAKE_SCHEMA=PUBLIC
# Databricks (trial only)
DATABRICKS_HOST=
DATABRICKS_TOKEN=
DATABRICKS_SQL_WAREHOUSE_ID=