# Local Project Development Setup
DBT_PROJECT_LOCATION= Path to your local dbt project directory
DBT_EXECUTABLE= Path to dbt executable (/Users/username/.local/bin/dbt)
# Not Required: Used for comparing fusion and core
DBT_CLASSIC= Path to dbt executable (/opt/homebrew/bin/dbt)
# LLM Keys
GOOGLE_API_KEY= Your Google API Key
ANTHROPIC_API_KEY=Your Anthropic/Claude API Key
OPENAI_API_KEY=Your OpenAI API Key
# ===== REQUIRED: dbt MCP Server Configuration =====
DBT_MCP_URL= The URL of your dbt MCP server
DBT_TOKEN= Your dbt Cloud authentication token
DBT_USER_ID= Your dbt Cloud user ID (numeric)
DBT_PROD_ENV_ID= Your dbt Cloud production environment ID (numeric)
# ===== OPTIONAL: dbt Environment IDs =====
DBT_DEV_ENV_ID= Your dbt Cloud development environment ID (numeric)
DBT_ACCOUNT_ID= Your dbt Cloud account ID (numeric)