{"id":18419768,"url":"https://github.com/teradata/airbyte-dbt-jaffle","last_synced_at":"2026-03-19T04:17:35.609Z","repository":{"id":184049536,"uuid":"670677510","full_name":"Teradata/airbyte-dbt-jaffle","owner":"Teradata","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-31T10:03:34.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-28T04:35:04.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teradata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-25T15:24:35.000Z","updated_at":"2024-06-25T08:30:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a1ae615-07d7-4149-9943-3801e2e81902","html_url":"https://github.com/Teradata/airbyte-dbt-jaffle","commit_stats":null,"previous_names":["teradata/airbyte-dbt-jaffle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Teradata/airbyte-dbt-jaffle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fairbyte-dbt-jaffle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fairbyte-dbt-jaffle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fairbyte-dbt-jaffle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fairbyte-dbt-jaffle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teradata","download_url":"https://codeload.github.com/Teradata/airbyte-dbt-jaffle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fairbyte-dbt-jaffle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004183,"owners_count":26083688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T04:18:19.089Z","updated_at":"2025-10-10T14:09:28.631Z","avatar_url":"https://github.com/Teradata.png","language":null,"readme":"### Transforming External Data Loaded via Airbyte in Teradata Vantage Using dbt\nThis dbt project is a part of a hands-on demonstration of [Transforming External Data Loaded via Airbyte in Teradata Vantage Using dbt](https://quickstarts.teradata.com/elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html#_install_dbt)\n\n### Prerequisites\n1. Access to a Teradata Vantage Instance. If you need a test instance of Vantage, you can provision one for free at [https://clearscape.teradata.com](https://clearscape.teradata.com/sign-in?utm_source=dev_portal\u0026utm_medium=quickstart_tutorial\u0026utm_campaign=quickstarts)\n2. Sample data: The sample data [Jaffle Shop Dataset](https://docs.google.com/spreadsheets/d/1-R4F3q8J9KDnFRWpiT3Ysp1RlOoUu3PeQR7xDeLxFts/edit#gid=42273685) can be found in Google Sheets.\n3. The sample data should be loaded into Teradata Vantage using Airbyte. Please refer to [Use Airbyte to load data from external sources to Teradata Vantage](https://quickstarts.teradata.com/elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html) for more details on completing this step. Here we will be using [Jaffle Shop Dataset](https://docs.google.com/spreadsheets/d/1-R4F3q8J9KDnFRWpiT3Ysp1RlOoUu3PeQR7xDeLxFts/edit#gid=42273685) to load the data.\n\n### Loading data from Google Sheets to Vantage instance using Airbyte\nFollow the instructions provided in this [quickstart](https://quickstarts.teradata.com/elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html) to load data from Google Sheet to your Vantage Instance using Airbyte.\n\n**Note: When you configure a Teradata destination in Airbyte, it will ask for a `Default Schema`. For this demonstration we have set the `Default Schema` as `airbyte_jaffle_shop`.**\n\n### Data Transformation with dbt\nThis dbt project is created using `dbt init` and is named `dbt_airbyte_demo`. You can either reuse this same project and update the `Profiles.yml` file or you can follow below steps. For more details please refer Teradata quickstart guide [Transforming External Data Loaded via Airbyte in Teradata Vantage Using dbt](https://quickstarts.teradata.com/elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html#_install_dbt)\n1. Run `dbt init`, name your project and select Teradata as database. \n2. Configure your `dbt_project.yml` file.\n3. Configure your database instance details in `Profile.yml` file present in `~/.dbt/` directory. If you don't have `Profile.yml` file, you can create one.\n4. Go to the project folder, here in this case `dbt_airbyte_demo` and run `dbt debug` to ensure profile setup is correct.\n5. Copy the models and schema.yml.\n\nOnce your models are ready, run `dbt run` to execute the transformations defined in the dbt project.\n\n### Resources:\n- Learn more about dbt [in the docs](https://docs.getdbt.com/docs/introduction)\n- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers\n- Join the [chat](https://community.getdbt.com/) on Slack for live discussions and support\n- Find [dbt events](https://events.getdbt.com) near you\n- Check out [the blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fairbyte-dbt-jaffle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteradata%2Fairbyte-dbt-jaffle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fairbyte-dbt-jaffle/lists"}