From ca44cc27c24d571d4eef371779fe4114ef785e79 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:58:53 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff6ee7..76f0a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ [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 `_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 `_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