Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz authored Aug 28, 2024
1 parent 918b666 commit 34b944e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
## What does this dbt package do?

- Produces staging tables that leverage Marketo data from [Fivetran's connector](https://fivetran.com/docs/applications/marketo) in the format described by [this ERD](https://fivetran.com/docs/applications/marketo#schema).
- Adds descriptions to tables and columns that are synced using Fivetran
- Models staging tables, which will be used in our transform package
- Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
- Adds descriptions to tables and columns that are synced using Fivetran
- Models staging tables, which will be used in our transform package
- Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
- Generates a comprehensive data dictionary of your source and modeled Marketo data through the [dbt docs site](https://fivetran.github.io/dbt_marketo_source/).
- These tables are designed to work simultaneously with our [Marketo transformation package](https://github.com/fivetran/dbt_marketo/).

Expand Down

0 comments on commit 34b944e

Please sign in to comment.