mik-laj commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx
doc warnings
URL: https://github.com/apache/airflow/pull/5468#discussion_r296600262
##########
File path: airflow/contrib/hooks/qubole_hook.py
##########
@@ -92,6 +92,8 @@ def build_command_args():
return command_args, list(hyphen_args)
+COMMAND_ARGS = None
+HYPHEN_ARGS = None
Review comment:
Auto Api uses static code analysis to detect code structure. It can not
correctly detect automatically generated variables. Setting the default value
for a variable allows correct detection of this variable.
----------------------------------------------------------------
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]
With regards,
Apache Git Services