财经数据DBT分析模型
Go to file
沈楠 73acc42232
All checks were successful
MJN/finance-dbt/pipeline/head This commit looks good
fix: delete+insert for dw.fact_stock_minute
2024-07-25 11:01:46 +00:00
macros
models fix: delete+insert for dw.fact_stock_minute 2024-07-25 11:01:46 +00:00
.env
.gitignore
CD.sh
CI.sh
dbt_project.yml
DebugImage.sh
Deploy.sh
Deploy.yml
DeploySecrets.sh
doc-server.sh
Dockerfile
Jenkinsfile
package-lock.yml
packages.yml
profiles.yml
README.md
requirements.txt

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