uranusjr commented on code in PR #31422:
URL: https://github.com/apache/airflow/pull/31422#discussion_r1209784463
##########
airflow/providers/google/cloud/hooks/dataprep.py:
##########
@@ -59,6 +59,7 @@ class GoogleDataprepHook(BaseHook):
"""
Hook for connection with Dataprep API.
To get connection Dataprep with Airflow you need Dataprep token.
+
Review Comment:
```suggestion
To get connection Dataprep with Airflow you need Dataprep token.
```
##########
airflow/providers/google/cloud/sensors/gcs.py:
##########
@@ -132,7 +132,7 @@ class
GCSObjectExistenceAsyncSensor(GCSObjectExistenceSensor):
"""
Checks for the existence of a file in Google Cloud Storage.
Review Comment:
```suggestion
Checks for the existence of a file in Google Cloud Storage.
```
##########
airflow/providers/google/cloud/hooks/os_login.py:
##########
@@ -14,9 +14,9 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-"""
-.. spelling::
+"""Spelling exceptions.
Review Comment:
```suggestion
"""OS Login hooks.
```
##########
airflow/providers/google/cloud/operators/dataflow.py:
##########
@@ -50,7 +50,7 @@ class CheckJobRunning(Enum):
Helper enum for choosing what to do if job is already running
Review Comment:
```suggestion
Helper enum for choosing what to do if job is already running.
```
##########
airflow/providers/google/cloud/operators/dataflow.py:
##########
@@ -50,7 +50,7 @@ class CheckJobRunning(Enum):
Helper enum for choosing what to do if job is already running
IgnoreJob - do not check if running
FinishIfRunning - finish current dag run with no action
- WaitForRun - wait for job to finish and then continue with new job
+ WaitForRun - wait for job to finish and then continue with new job.
Review Comment:
```suggestion
WaitForRun - wait for job to finish and then continue with new job
```
##########
airflow/providers/google/cloud/operators/dataprep.py:
##########
@@ -31,7 +31,8 @@
class DataprepGetJobsForJobGroupOperator(GoogleCloudBaseOperator):
"""
Get information about the batch jobs within a Cloud Dataprep job.
Review Comment:
```suggestion
Get information about the batch jobs within a Cloud Dataprep job.
```
##########
airflow/providers/google/cloud/operators/dataprep.py:
##########
@@ -125,8 +127,9 @@ class DataprepRunJobGroupOperator(GoogleCloudBaseOperator):
"""
Create a ``jobGroup``, which launches the specified job as the
authenticated user.
Review Comment:
```suggestion
Create a ``jobGroup``, which launches the specified job as the
authenticated user.
```
##########
airflow/providers/google/cloud/hooks/dataprep.py:
##########
@@ -121,8 +122,9 @@ def run_job_group(self, body_request: dict) -> dict[str,
Any]:
"""
Creates a ``jobGroup``, which launches the specified job as the
authenticated user.
This performs the same action as clicking on the Run Job button in the
application.
+
Review Comment:
```suggestion
Creates a ``jobGroup``, which launches the specified job as the
authenticated user.
This performs the same action as clicking on the Run Job button in
the application.
```
##########
airflow/providers/google/cloud/operators/dataprep.py:
##########
@@ -66,7 +67,8 @@ class DataprepGetJobGroupOperator(GoogleCloudBaseOperator):
"""
Get the specified job group.
Review Comment:
```suggestion
Get the specified job group.
```
--
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]