Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make KPO tolerant of hooks that don't have xcom methods
We probably should not be configuring xcom settings from the hook in this way but for better or worse we've done it, first in apache#26766 and again in apache#28125. The problem is that other operators derived from KPO, e.g. GKEStartPodOperator, may use a different hook that doesn't have this xcom-specific methods. So KPO needs to tolerate that.
- Loading branch information