Package Updates
🚨This update introduces a breaking change: Output models are renamed to include a double underscore between the source name and the table name. For example, stg_github_issue.sql is now stg_github__issue.sql
The release also:
- Introduces CircleCI testing
- Introduces the use of pass-through columns, so that you can include your custom or standard Github columns in the output tables
- Utilizes our fill_staging_columns macro for the creation of staging tables. If you do not have a required column necessary for this package, the fill_staging_column will produce this column (filled with nulls) and prevent the error