Targets
Learn how to use targets to work in different environments.
Why use targets?
In a real-world project, we might not want to do all of our tests directly in the production data warehouse. We might want to create different projects for development and production.
To avoid copying everything in another dbt project, we can use different targets.
How to create different targets
In our profiles.yml
...