Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch '1.5.latest' into backport-7577-to-1.5.latest
  • Loading branch information
gshank committed May 11, 2023
commit 53d02d559308f712edd3d2499b7d1528635a2564
1 change: 0 additions & 1 deletion core/dbt/parser/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ def _check_resource_uniqueness(
)



def _warn_for_unused_resource_config_paths(manifest: Manifest, config: RuntimeConfig) -> None:
resource_fqns: Mapping[str, PathSet] = manifest.get_resource_fqns()
disabled_fqns: PathSet = frozenset(
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.