Skip to content

Commit

Permalink
Add integration test for source node rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Nov 15, 2024
1 parent 6a5e57e commit 1dcb4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_example_dags_no_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def get_dag_bag() -> DagBag:
# Ignore Async DAG for dbt <=1.5
if DBT_VERSION <= Version("1.5.0"):
file.writelines(["simple_dag_async.py\n"])
file.writelines(["example_source_rendering.py\n"])

if DBT_VERSION >= Version("1.5.0"):
file.writelines(["example_cosmos_sources.py\n"])
Expand Down

0 comments on commit 1dcb4c4

Please sign in to comment.