Skip to content

Commit

Permalink
Fix removed delegate_to parameter in deferrable GCS sensor (#30810)
Browse files Browse the repository at this point in the history
Two PRs crossed and the result of #30748 caused the #30579 to fail
as delegate_to parameter has been removed.
  • Loading branch information
potiuk committed Apr 22, 2023
1 parent 9e49d91 commit 676a95b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/google/cloud/sensors/gcs.py
Expand Up @@ -235,7 +235,6 @@ def execute(self, context: Context) -> None:
poke_interval=self.poke_interval,
google_cloud_conn_id=self.google_cloud_conn_id,
hook_params={
"delegate_to": self.delegate_to,
"impersonation_chain": self.impersonation_chain,
},
),
Expand Down

0 comments on commit 676a95b

Please sign in to comment.