Warehouse Creation¶
- Go to Environment tab
- Select the plus icon Env
- Enter any name for the environment, for your easy reference at the later stage of the project.
- Select the connector that dataopsly will use to connect to your Database.
- Configuration help
- dataopsly creates the
profile.yml
file in the same format
that you would use it locally.
YAML import YAML export dbt™ Cloud import
Clone Environment
Clone Environment makes the copy of the current environment and creates a new environment with the same details and the name provided by the user.
What is Profile.yml
It is a basic file which contains the connection details for your data platform. When you run dbt, it reads your dbt_project.yml file to find the profile name, and then looks for a profile with the same name in your profiles.