Try running the following commands:
- dbt run
- dbt test
- dbt deps → run package.yml file
- 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
- https://www.startdataengineering.com/post/dbt-data-build-tool-tutorial/ ---good example
- https://rittmananalytics.com/blog/tag/dbt ---good example
model ->source folder= read snowflake warehouse data create staging views model ->intermediate => read staging views do mapping,join,aggrigation then create intermediate views model -> mart folder => read intermediate views then create a fact & dim tables