Skip to content

Commit 5d93eec

Browse files
Feature: Add Quickstart Model Counts to README (#60)
* MagicBot/add-model-counts updates * Update README.md * syntax --------- Co-authored-by: Avinash Kunnath <avinash.kunnath@fivetran.com>
1 parent 7b41b31 commit 5d93eec

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# dbt_github version.version
2+
3+
## Documentation
4+
- Added Quickstart model counts to README. ([#60](https://github.com/fivetran/dbt_github/pull/60))
5+
- Corrected references to connectors and connections in the README. ([#60](https://github.com/fivetran/dbt_github/pull/60))
6+
17
# dbt_github v0.8.1
28
This release contains the following updates:
39

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ The following table provides a detailed list of all tables materialized within t
3434
| [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. |
3535
| [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. |
3636
| [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. |
37+
38+
### Materialized Models
39+
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`.
3740
<!--section-end-->
3841

3942
## How do I use the dbt package?
4043
### Step 1: Prerequisites
4144
To use this dbt package, you must have the following:
4245

43-
- At least one Fivetran Github connector syncing data into your destination.
46+
- At least one Fivetran Github connection syncing data into your destination.
4447
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.
4548

4649
#### Databricks Dispatch Configuration
@@ -75,7 +78,7 @@ vars:
7578
```
7679

7780
### Step 4: Disable models for non-existent sources
78-
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.
81+
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.
7982

8083
If you do not have the `REPO_TEAM` table synced, add the following variable to your `dbt_project.yml` file:
8184

0 commit comments

Comments
 (0)