Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fivetran/dbt_github_source
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-kristin committed May 16, 2020
2 parents 830ba43 + a7a61ae commit 4610ad0
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 @@ -8,7 +8,7 @@ This package is designed to do the following:
* Add column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
* Model staging tables, which will be used in our transform package

### Models
## Models

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
Expand Down Expand Up @@ -36,14 +36,14 @@ vars:
github_schema: your_schema_name
```
### Contributions ###
## Contributions
Additional contributions to this package are very welcome! Please create issues
or open PRs against `master`. Check out
[this post](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657)
on the best workflow for contributing to a package.

### Resources:
## Resources:
- Learn more about Fivetran [here](https://fivetran.com/docs)
- Check out [Fivetran's blog](https://fivetran.com/blog)
- Learn more about dbt [in the docs](https://docs.getdbt.com/docs/introduction)
Expand Down

0 comments on commit 4610ad0

Please sign in to comment.