-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53afa7b
commit 290cc1f
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |