mik-laj commented on a change in pull request #15206:
URL: https://github.com/apache/airflow/pull/15206#discussion_r607133504



##########
File path: airflow/providers/qubole/hooks/qubole.py
##########
@@ -103,6 +103,8 @@ def build_command_args() -> Tuple[Dict[str, list], list]:
     return command_args, list(hyphen_args)
 
 
+COMMAND_ARGS: List[str]
+HYPHEN_ARGS: List[str]

Review comment:
       We need to explicitly create these variables so that sphinx-autoapi can 
see and import these variables in other module.




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


Reply via email to