turbaszek commented on a change in pull request #10304:
URL: https://github.com/apache/airflow/pull/10304#discussion_r475462441
##########
File path: airflow/providers/google/cloud/hooks/dataprep.py
##########
@@ -82,11 +83,11 @@ def get_job_group(self, job_id: int, embed: str,
include_deleted: bool) -> Dict[
A job group is a job that is executed from a specific node in a flow.
:param job_id The ID of the job that will be fetched.
- :type job_id: int
+ :type job_id: int.
:param embed Comma-separated list of objects to pull in as part of the
response.
- :type embed: string
+ :type embed: string.
:param include_deleted if set to "true", will include deleted objects.
- :type include_deleted: bool
+ :type include_deleted: bool.
Review comment:
```suggestion
:type include_deleted: bool
```
We avoid dots in type docs
----------------------------------------------------------------
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]