finance-dbt/README.md
沈楠 4630cc9f24
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit
init: create finance-dbt
2024-04-08 14:16:57 +08:00

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

  1. Run pipeline
    docker run <THIS_IMAGE> <DBT-COMMAND>
    
  2. 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