Skip to content

Commit

Permalink
udpate readmË
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 29, 2024
1 parent 53afa7b commit 290cc1f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
This repo contains dbt packages to work with Airbyte connectors.
At the moment they are in a single repo and it will be only available to use as latest version.
There are some plans to dispatch each source as a single package to become easier to use in your project.
These packages are created and maintained by the Airbyte Community.
# Airbyte dbt Packages

This repository keeps dbt packages created by the Airbyte community to extend the output data from Airbyte connectors.

## 📣 About this project

dbt run --target postgres --vars '{"target_database": "postgres", "zendesk_database": "postgres"}'
- This repo contains dbt packages to work with Airbyte connectors.
- At the moment they are in a single repo and it will be only available to use as latest version.
- There are some plans to dispatch each source as a single package to become easier to use in your project.
- These packages are created and maintained by the Airbyte Community.

dbt run --target snowflake --vars '{"target_database": "INTEGRATION_TEST_DESTINATION", "zendesk_database": "INTEGRATION_TEST_DESTINATION"}'
## 🎯 How do I use the dbt packages?

dbt run --target bigquery --vars '{"target_database": "dataline-integration-testing", "zendesk_database": "dataline-integration-testing"}'
Each connector folder contains a README document that explains how to run each dbt package.

## 🙌 How is this package maintained and can I contribute?

Contributions are always appreciate. Please read the CONTRIBUTING.md file to understand how to contribute to this project.

0 comments on commit 290cc1f

Please sign in to comment.