Skip to content

Commit

Permalink
Update cosmos/operators/airflow_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Jan 27, 2025
1 parent 152b936 commit c11f614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmos/operators/airflow_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__( # type: ignore
extra_context: dict[str, object] | None = None,
**kwargs,
) -> None:

# Cosmos attempts to pass many kwargs that async operator simply does not accept.
# We need to pop them.
clean_kwargs = {}
Expand Down

0 comments on commit c11f614

Please sign in to comment.