Skip to content

Commit

Permalink
fix: _generate_dagger_output
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiazi committed Apr 29, 2024
1 parent 7c1aa22 commit 40b28ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/utilities/dbt_config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _generate_dagger_output(self, node: dict):
"ephemeral",
)
or node.get("name").startswith("stg_")
or "preparation" in "preparation" in node.get("schema", "")
or "preparation" in node.get("schema", "")
):
return [self._get_dummy_task(node)]
else:
Expand Down

0 comments on commit 40b28ef

Please sign in to comment.