diff --git a/README.md b/README.md index d7f13c5..5b439af 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## What does this dbt package do? -- Materializes [Zendesk Support staging tables](https://fivetran.github.io/dbt_github_source/#!/overview/zendesk_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/zendesk#schemainformation). These staging tables clean, test, and prepare your Zendesk Support data from [Fivetran's connector](https://fivetran.com/docs/applications/zendesk) for analysis by doing the following: +- Materializes [Zendesk Support staging tables](https://fivetran.github.io/dbt_zendesk_source/#!/overview/zendesk_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/zendesk#schemainformation). These staging tables clean, test, and prepare your Zendesk Support data from [Fivetran's connector](https://fivetran.com/docs/applications/zendesk) for analysis by doing the following: - Name columns for consistency across all packages and for easier analysis - Adds freshness tests to source data - Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.