Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions task-sdk/src/airflow/sdk/bases/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1072,13 +1072,6 @@ def __init__(

if end_date:
self.end_date = timezone.convert_to_utc(end_date)

if executor:
warnings.warn(
"Specifying executors for operators is not yet supported, the value {executor!r} will have no effect",
category=UserWarning,
stacklevel=2,
)
self.executor = executor
self.executor_config = executor_config or {}
self.run_as_user = run_as_user
Expand Down