Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 96d64dc

Browse files
Correct capitalization of GitHub in README file (#43)
GitHub should be written in camelcase. This PR corrects the capitalization in the README to follow that capitalization convention. Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
1 parent c5df0ad commit 96d64dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Github Source dbt Package ([Docs](https://fivetran.github.io/dbt_github_source/))
1+
# GitHub Source dbt Package ([Docs](https://fivetran.github.io/dbt_github_source/))
22

33
<p align="left">
44
<a alt="License"
@@ -17,19 +17,19 @@
1717

1818
## What does this dbt package do?
1919
<!--section="github_source_model"-->
20-
- Materializes [Github staging tables](https://fivetran.github.io/dbt_github_source/#!/overview/github_source/models/?g_v=1&g_e=seeds) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/github/#schemainformation). These staging tables clean, test, and prepare your Github data from [Fivetran's connector](https://fivetran.com/docs/applications/github) for analysis by doing the following:
20+
- Materializes [GitHub staging tables](https://fivetran.github.io/dbt_github_source/#!/overview/github_source/models/?g_v=1&g_e=seeds) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/github/#schemainformation). These staging tables clean, test, and prepare your GitHub data from [Fivetran's connector](https://fivetran.com/docs/applications/github) for analysis by doing the following:
2121
- Name columns for consistency across all packages and for easier analysis
2222
- Adds freshness tests to source data
2323
- dbt Core >= 1.9.6 is required to run freshness tests out of the box
2424
- Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
25-
- Generates a comprehensive data dictionary of your Github data through the [dbt docs site](https://fivetran.github.io/dbt_github_source/).
26-
- These tables are designed to work simultaneously with our [Github transformation package](https://github.com/fivetran/dbt_github).
25+
- Generates a comprehensive data dictionary of your GitHub data through the [dbt docs site](https://fivetran.github.io/dbt_github_source/).
26+
- These tables are designed to work simultaneously with our [GitHub transformation package](https://github.com/fivetran/dbt_github).
2727
<!--section-end-->
2828

2929
## How do I use the dbt package?
3030
### Step 1: Prerequisites
3131
To use this dbt package, you must have the following:
32-
- At least one Fivetran Github connection syncing data into your destination.
32+
- At least one Fivetran GitHub connection syncing data into your destination.
3333
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL** or **Databricks** destination.
3434

3535
#### Databricks Dispatch Configuration
@@ -59,7 +59,7 @@ vars:
5959
```
6060

6161
### Step 4: Disable models for non-existent sources
62-
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.
62+
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.
6363

6464
If you do not have the `TEAM`, `REPO_TEAM`, `ISSUE_ASSIGNEE`, `ISSUE_LABEL`, `LABEL`, or `REQUESTED_REVIEWER_HISTORY` tables synced and are not running the package via Fivetran Quickstart, add the following variables to your `dbt_project.yml` file:
6565

0 commit comments

Comments
 (0)