You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/18 11:49:12 UTC

[GitHub] [airflow] ashb commented on a change in pull request #8824: Make 'time_to_sleep_in_seconds' in dlp.py configurable

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



##########
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:
       ```suggestion
           :param time_to_sleep_in_seconds: (Optional) Time to sleep, in seconds, between active checks
               of the operation results. Defaults to 60.
   ```




----------------------------------------------------------------
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:
users@infra.apache.org