Skip to content

Commit

Permalink
Swap DummyOperator to EmptyOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve authored Apr 12, 2023
1 parent 1bc6a2d commit d3e6866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/core/graph/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ class Task(CosmosEntity):
:param arguments: The arguments to pass to the operator
"""

operator_class: str = "airflow.operators.dummy.DummyOperator"
operator_class: str = "airflow.operators.empty.EmptyOperator"
arguments: Dict[str, Any] = field(default_factory=dict)

0 comments on commit d3e6866

Please sign in to comment.