Skip to content

Commit

Permalink
Update cosmos/airflow/graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Dec 19, 2024
1 parent 3aa4495 commit 0a797e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/airflow/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _get_task_id_and_args(
return task_id, args_update


def create_dbt_resource_to_class(test_behavior: TestBehavior) -> dict[str, str]:
def create_dbt_resource_to_class(test_behavior: TestBehavior) -> dict[str, str]:
"""
Return the map from dbt node type to Cosmos class prefix that should be used
to handle them.
Expand Down

0 comments on commit 0a797e9

Please sign in to comment.