Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Welcome to your new dbt project!

Using the starter project

Remember to connect dbt with profiles.yml (which defaults to ~/.dbt/profiles.yml)

From CLI, dbt run --profiles-dir=XYZZY will dig profiles.yml out of XYZZY

Remember also that Jupyter Notebooks create checkpoint files, which disturbs dbt

One work-around: find ../.. -name \*checkpoint\* -exec rm -rf {} \;

Try running the following commands:

  • dbt run
  • dbt test

Resources

  • 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