Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-bagnall authored May 15, 2020
1 parent 7289df4 commit c9d8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This package is designed to do the following:
This package contains staging models, designed to work simultaneously with our [github modeling package](https://github.com/fivetran/dbt_github). The staging models are designed to:
* Remove any rows that are soft-deleted
* Name columns consistently across all packages:
* Boolean fields are prefixed with 'is_' or 'has_'
* Timestamps are appended with '_at'
* Boolean fields are prefixed with `is_` or `has_`
* Timestamps are appended with `_at`
* ID primary keys are prefixed with the name of the table. For example, the user table's ID column is renamed user_id.


Expand Down

0 comments on commit c9d8be2

Please sign in to comment.