财经数据DBT分析模型
沈楠
90e0f3852b
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit
|
||
---|---|---|
macros | ||
models | ||
.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
- 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