161a050bc1
Signed-off-by: Alexis Pentori <alexis@status.im> |
||
---|---|---|
analyses | ||
macros | ||
models/public | ||
seeds | ||
tests | ||
.gitignore | ||
README.md | ||
dbt_project.yml |
README.md
DBT Models for Airbyte
This directory contains the model used on the airbyte synchronization of the Hasura Database/
Usage
To use this repo, a profiles.yml
with the data warehouse credentials must be in the directory $HOME/.dbt/
of the user, or its path has to be indicated with --profile-dir
.
This directory requires the package dbt-postgres.
The following commands can be used :
- To build the project :
dbt build
- To run the project :
dbt run
- To test the project:
dbt test
development
Each new models can be test on the test
environment of infra-bi by merging it into the test
branch of this repo. Once the tests are conclusive, the test
branch can me merge into the prod
one.
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