e-galan commented on code in PR #37693:
URL: https://github.com/apache/airflow/pull/37693#discussion_r1553611284
##########
airflow/providers/google/cloud/sensors/dataflow.py:
##########
@@ -143,6 +194,9 @@ class DataflowJobMetricsSensor(BaseSensorOperator):
If set as a sequence, the identities from the list must grant
Service Account Token Creator IAM role to the directly preceding
identity, with first
account from the list granting this role to the originating account
(templated).
+ :param deferrable: If True, run the sensor in the deferrable mode.
+ :param poll_interval: Time (seconds) to wait between two consecutive calls
to check the job.
+
Review Comment:
Ruff disagrees:
*1 blank line required after class docstring*.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]