Skip to content

Commit

Permalink
Refactor GKE hooks (#38404)
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov authored Mar 25, 2024
1 parent 44672c8 commit 32ed83b
Show file tree
Hide file tree
Showing 10 changed files with 174 additions and 314 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/cncf/kubernetes/operators/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def _clean(self, event: dict[str, Any]):

@deprecated(reason="use `trigger_reentry` instead.", category=AirflowProviderDeprecationWarning)
def execute_complete(self, context: Context, event: dict, **kwargs):
self.trigger_reentry(context=context, event=event)
return self.trigger_reentry(context=context, event=event)

def write_logs(self, pod: k8s.V1Pod):
try:
Expand Down
Loading

0 comments on commit 32ed83b

Please sign in to comment.