Environment Management
Why Environment Separation Matters
Benefit
Description
Common Environment Approaches
1. One Database, Multiple Schemas
# Example profiles.yml
my_project:
target: dev
outputs:
dev:
type: snowflake
schema: dbt_jsmith # Schema named after user
# Other connection details
prod:
type: snowflake
schema: analytics
# Other connection details2. One Database per Environment
3. One Database per Developer
Configuring Environments in dbt
Using profiles.yml
Using Target Schemas
Environment-Specific Variables
Key Considerations for Environment Management
Consideration
Details
Recommendations
Environment Management in Paradime
Project Environments
Deployment Management
Best Practices
Environment
Best Practices
Last updated
Was this helpful?