Welcome to your new dbt project (Here with postgres)!
Try running the following commands:
- dbt debug # To check model & profiles.yml syntaxes and ensure connection with DWH is successfully done
- dbt run # To ensure models formats & execute model through my DWH
- dbt test # To test all models within your dbt project
- dbt test --models model_name # To test a model separately
- Learn more about dbt in the docs
- Check out Discourse for commonly asked questions and answers
- Join the chat on Slack for live discussions and support
- Find dbt events near you
- Check out the blog for the latest news on dbt's development and best practices
- Profiles.yml is the file where you configure your credentials to set a connexion with DWH