-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport] deprecate materialization overrides from imported packages (…
- Loading branch information
1 parent
6a54a4c
commit 87ac4de
Showing
38 changed files
with
1,779 additions
and
1,557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Move flags from UserConfig in profiles.yml to flags in dbt_project.yml | ||
time: 2023-12-18T19:58:54.075811-05:00 | ||
custom: | ||
Author: gshank | ||
Issue: "9183" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add require_explicit_package_overrides_for_builtin_materializations to dbt_project.yml flags, which can be used to opt-out of overriding built-in materializations from packages | ||
time: 2024-04-22T17:37:03.892268-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10007" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Raise deprecation warning if installed package overrides built-in materialization | ||
time: 2024-04-18T17:25:28.37886-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "9971" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# all these are just exports, they need "noqa" so flake8 will not complain. | ||
from .profile import Profile, read_user_config # noqa | ||
from .profile import Profile # noqa | ||
from .project import Project, IsFQNResource, PartialProject # noqa | ||
from .runtime import RuntimeConfig # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.