ashb commented on a change in pull request #8824:
URL: https://github.com/apache/airflow/pull/8824#discussion_r426567978



##########
File path: airflow/providers/google/cloud/hooks/dlp.py
##########
@@ -207,6 +206,9 @@ def create_dlp_job(
             until it is set to DONE.
         :type wait_until_finished: bool
         :rtype: google.cloud.dlp_v2.types.DlpJob
+        :param time_to_sleep_in_seconds: (Optional) Time to sleep between 
active checks
+            of the operation results. Defaults to 1.

Review comment:
       (yes, it's in the name already).
   
   If we say "default to 60s" then someone may try to put `"5m" `, or another 
string value there if they aren't paying close attention




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to