Skip to content

Commit

Permalink
Remove xcom_push from DockerOperator (#23981)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored May 28, 2022
1 parent 73446f2 commit 97b443a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/providers/docker/operators/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ def __init__(
self.privileged = privileged
self.cap_add = cap_add
self.extra_hosts = extra_hosts
if kwargs.get('xcom_push') is not None:
raise AirflowException("'xcom_push' was deprecated, use 'BaseOperator.do_xcom_push' instead")

self.cli = None
self.container = None
Expand Down

0 comments on commit 97b443a

Please sign in to comment.