Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Oct 31, 2024
1 parent ff10f19 commit 72aa9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/dbt/cloud/parser/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_source_model_name(n: str) -> Callable[[str], str]:
target.source_models = (
unique_list(
[
get_virtual_view_id(init_virtual_view(virtual_views, n, get_source_model_name).logical_id) # type: ignore
get_virtual_view_id(init_virtual_view(virtual_views, n, get_source_model_name(n)).logical_id) # type: ignore
for n in depends_on
if n.startswith("model.") or n.startswith("snapshot.")
]
Expand Down

0 comments on commit 72aa9f1

Please sign in to comment.