Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Mar 22, 2024
1 parent 8c6f077 commit 50f62a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[PR #39](https://github.com/fivetran/dbt_jira/dbt_github_source/39) contains the following updates:

## 🚨 Breaking Change 🚨
- For consistency with other Fivetran packages, added default target schemas in `dbt_project.yml`. This is a breaking change since the model outputs will now be stored in a schema called `<your schema>_github_source` by default. You will need to update any of your downstream use cases to point to the new schema.
- For consistency with other Fivetran packages, added default target schemas in `dbt_project.yml`. This is a breaking change since the model outputs will now be stored in a schema called `<your schema>_github_source` by default. You will need to update any of your downstream use cases to point to the new schema.
- Refer to [the Change the Build Schema section](https://github.com/fivetran/dbt_github_source/blob/main/README.md#change-the-build-schema) of the README for instructions on how to adjust the output schema.

## Feature updates
- Added field `created_at` to model `stg_github__issue_comment`.
Expand Down

0 comments on commit 50f62a0

Please sign in to comment.