From 290cc1ff74d22db5ce051b620ce0c0d55cc0c152 Mon Sep 17 00:00:00 2001 From: marcosmarxm Date: Mon, 29 Jul 2024 12:39:00 -0300 Subject: [PATCH] =?UTF-8?q?udpate=20readm=C3=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0c66db41..b3b2e78a 100644 --- a/README.md +++ b/README.md @@ -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"}' \ No newline at end of file +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.