财经数据DBT分析模型
Go to file
沈楠 fed01c723e
All checks were successful
MJN/finance-dbt/pipeline/head This commit looks good
use sed instead of envsubst
2024-04-12 18:51:43 +08:00
macros init: create finance-dbt 2024-04-08 14:45:21 +08:00
models init: create finance-dbt 2024-04-08 14:45:21 +08:00
.env init: create finance-dbt 2024-04-08 14:45:21 +08:00
.gitignore init: create finance-dbt 2024-04-08 14:45:21 +08:00
CD.sh init: create finance-dbt 2024-04-08 14:45:21 +08:00
CI.sh init: create finance-dbt 2024-04-08 14:45:21 +08:00
dbt_project.yml init: create finance-dbt 2024-04-08 14:45:21 +08:00
DebugImage.sh init: create finance-dbt 2024-04-08 14:45:21 +08:00
Deploy.sh use sed instead of envsubst 2024-04-12 18:51:43 +08:00
Deploy.yml init: create finance-dbt 2024-04-08 14:45:21 +08:00
DeploySecrets.sh init: create finance-dbt 2024-04-08 14:45:21 +08:00
doc-server.sh init: create finance-dbt 2024-04-08 14:45:21 +08:00
Dockerfile init: create finance-dbt 2024-04-08 14:45:21 +08:00
Jenkinsfile init: create finance-dbt 2024-04-08 14:45:21 +08:00
package-lock.yml init: create finance-dbt 2024-04-08 14:45:21 +08:00
packages.yml init: create finance-dbt 2024-04-08 14:45:21 +08:00
profiles.yml init: create finance-dbt 2024-04-08 14:45:21 +08:00
README.md init: create finance-dbt 2024-04-08 14:45:21 +08:00
requirements.txt init: create finance-dbt 2024-04-08 14:45:21 +08:00

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