You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,16 @@ The following table provides a detailed list of all tables materialized within t
34
34
|[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. |
35
35
|[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. |
36
36
|[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`.
37
40
<!--section-end-->
38
41
39
42
## How do I use the dbt package?
40
43
### Step 1: Prerequisites
41
44
To use this dbt package, you must have the following:
42
45
43
-
- At least one Fivetran Github connector syncing data into your destination.
46
+
- At least one Fivetran Github connection syncing data into your destination.
44
47
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.
45
48
46
49
#### Databricks Dispatch Configuration
@@ -75,7 +78,7 @@ vars:
75
78
```
76
79
77
80
### 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.
79
82
80
83
If you do not have the `REPO_TEAM` table synced, add the following variable to your `dbt_project.yml` file:
0 commit comments