From d974ab3969f94272144f2672611495160af3406d Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:17:04 -0600 Subject: [PATCH 1/3] MagicBot/add-model-counts updates --- CHANGELOG.md | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f719bc..9e60106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_github version.version + +## Documentation +- Added Quickstart model counts to README. ([#60](https://github.com/fivetran/dbt_github/pull/60)) +- Corrected references to connectors and connections in the README. ([#60](https://github.com/fivetran/dbt_github/pull/60)) + # dbt_github v0.8.1 This release contains the following updates: diff --git a/README.md b/README.md index 2194d75..ce779a8 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,15 @@ The following table provides a detailed list of all tables materialized within t | [github__weekly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__weekly_metrics) | Each record represents a single week and repository, enriched with metrics about PRs and issues that were created and closed during that period. | | [github__monthly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__monthly_metrics) | Each record represents a single month and repository, enriched with metrics about PRs and issues that were created and closed during that period. | | [github__quarterly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__quarterly_metrics) | Each record represents a single quarter and repository, enriched with metrics about PRs and issues that were created and closed during that period. | +### Materialized Models +Each Quickstart transformation job run materializes 34 models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`. ## How do I use the dbt package? ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran Github connector syncing data into your destination. +- At least one Fivetran Github connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. #### Databricks Dispatch Configuration From 833cb4807b54b9cf3a586ff4e72da6b5d23d5902 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:07:53 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce779a8..392e607 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ vars: ``` ### Step 4: Disable models for non-existent sources -Your Github connector might not sync every table that this package expects. If your syncs exclude certain tables, it is because you either don't use that functionality in Github or have actively excluded some tables from your syncs. +Your Github connection might not sync every table that this package expects. If your syncs exclude certain tables, it is because you either don't use that functionality in Github or have actively excluded some tables from your syncs. If you do not have the `REPO_TEAM` table synced, add the following variable to your `dbt_project.yml` file: From 13a2f1003eee114dc0a5190183ed52d63b8e32a8 Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Wed, 15 Jan 2025 20:20:58 -0800 Subject: [PATCH 3/3] syntax --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 392e607..9a7f958 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The following table provides a detailed list of all tables materialized within t | [github__weekly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__weekly_metrics) | Each record represents a single week and repository, enriched with metrics about PRs and issues that were created and closed during that period. | | [github__monthly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__monthly_metrics) | Each record represents a single month and repository, enriched with metrics about PRs and issues that were created and closed during that period. | | [github__quarterly_metrics](https://fivetran.github.io/dbt_github/#!/model/model.github.github__quarterly_metrics) | Each record represents a single quarter and repository, enriched with metrics about PRs and issues that were created and closed during that period. | + ### Materialized Models Each Quickstart transformation job run materializes 34 models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`.