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



##########
File path: airflow/providers/amazon/aws/operators/glue.py
##########
@@ -75,10 +75,10 @@ def __init__(
         *,
         job_name: str = 'aws_glue_default_job',
         job_desc: str = 'AWS Glue Job with Airflow',
-        script_location: Optional[str] = None,
+        script_location: str,

Review comment:
       I have a change coming that fixes this - since we upgraded 
Sphinx-autoapi recently we can now use type-hints in docs, meaning we can 
remove all the `:type` lines!




-- 
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]


Reply via email to