Skip to content

Commit

Permalink
Fix typo in DataplexGetDataQualityScanResultOperator (#34681)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokoyakazan committed Oct 3, 2023
1 parent 2e39fbd commit 7c440ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/google/cloud/operators/dataplex.py
Expand Up @@ -1053,10 +1053,10 @@ class DataplexGetDataQualityScanResultOperator(GoogleCloudBaseOperator):
:param fail_on_dq_failure: If set to true and not all Data Quality scan rules have been passed,
an exception is thrown. If set to false and not all Data Quality scan rules have been passed,
execution will finish with success.
:param wait_for_result: Flag indicating whether to wait for the result of a job execution
:param wait_for_results: Flag indicating whether to wait for the result of a job execution
or to return the job in its current state.
:param result_timeout: Value in seconds for which operator will wait for the Data Quality scan result
when the flag `wait_for_result = True`.
when the flag `wait_for_results = True`.
Throws exception if there is no result found after specified amount of seconds.
:param polling_interval_seconds: time in seconds between polling for job completion.
The value is considered only when running in deferrable mode. Must be greater than 0.
Expand Down

0 comments on commit 7c440ca

Please sign in to comment.