沈楠
defc2e0546
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit
866 B
866 B
Welcome to finance dbt project!
Prepare
cp env.sh env.dev.sh
Change configurations in .env.dev.sh
source env.dev.sh
Run dbt
Try running the following commands:
- dbt deps
- dbt run
- dbt test
Run in docker
- Run pipeline
docker run <THIS_IMAGE> <DBT-COMMAND>
- As document-server
docker run -p <PORT>:80 <THIS_IMAGE> sleep 99d
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