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 1467372 commit 3ca7ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## What does this dbt package do?
<!--section="qualtrics_source_model"-->
- Materializes [Qualtrics staging tables](https://fivetran.github.io/dbt_qualtrics_source/#!/overview/github_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/qualtrics/#schemainformation). These staging tables clean, test, and prepare your Qualtrics data from [Fivetran's connector](https://fivetran.com/docs/applications/qualtrics) for analysis by doing the following:
- Name columns for consistency across all packages and for easier analysis
- Name columns for consistency across all packages and for easier analysis
- Primary keys are renamed from `id` to `<table name>_id`.
- Foreign key names explicitly map onto their related tables (ie `owner_id` -> `owner_user_id`).
- Datetime fields are renamed to `<event happened>_at`.
Expand Down

0 comments on commit 3ca7ab1

Please sign in to comment.