kaxil commented on pull request #6007:
URL: https://github.com/apache/airflow/pull/6007#issuecomment-625783624
Docs are failing:
```
The HTML pages are in _build/html.
==================== Error 1 ====================
WARNING: Field list ends without a blank line; unexpected unindent.
File path:
/opt/airflow/docs/_api/airflow/providers/amazon/aws/operators/glue/index.rst
(29)
25 | :type concurrent_run_limit: Optional[int]
26 | :param script_args: etl script arguments and AWS Glue arguments
27 | :type script_args: dict
28 | :param retry_limit: The maximum number of times to retry this job
if it fails
29 | :type retry_limit:Optional[int]
30 | :param num_of_dpus: Number of AWS Glue DPUs to allocate to this
Job.
31 | :type num_of_dpus: int
32 | :param region_name: aws region name (example: us-east-1)
33 | :type region_name: str
34 | :param s3_bucket: S3 bucket where logs and local etl script will
be uploaded
==================================================
```
----------------------------------------------------------------
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]