Skip to content

Commit

Permalink
Add use of timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
judoole committed Mar 15, 2024
1 parent 1b6d6d2 commit feddedf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def create_sensor(self) -> BaseSensorOperator:
prefix=self.prefix,
google_cloud_conn_id=self.gcp_conn_id,
poke_interval=self.poke_interval,
mode=self.mode
mode=self.mode,
timeout=self.timeout,
)

def create_downstream_sensor(self) -> Union[TaskMixin, Sequence[TaskMixin]]:
Expand Down

0 comments on commit feddedf

Please sign in to comment.