dbt model for Airbyte synchroizations
Go to file
Alexis Pentori 161a050bc1
test #2
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-05-28 11:50:26 +02:00
analyses init repo 2024-05-15 14:28:28 +02:00
macros init repo 2024-05-15 14:28:28 +02:00
models/public test #2 2024-05-28 11:50:26 +02:00
seeds init repo 2024-05-15 14:28:28 +02:00
tests init repo 2024-05-15 14:28:28 +02:00
.gitignore init repo 2024-05-15 14:28:28 +02:00
README.md init repo 2024-05-15 14:28:28 +02:00
dbt_project.yml test #2 2024-05-28 11:50:26 +02:00

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