You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/01 15:06:37 UTC

[GitHub] [airflow] levyitay commented on a change in pull request #15615: Feature qubole hook support headers

levyitay commented on a change in pull request #15615:
URL: https://github.com/apache/airflow/pull/15615#discussion_r624522566



##########
File path: airflow/providers/qubole/operators/qubole.py
##########
@@ -250,9 +250,9 @@ def on_kill(self, ti=None) -> None:
         else:
             self.get_hook().kill(ti)
 
-    def get_results(self, ti=None, fp=None, inline: bool = True, delim=None, fetch: bool = True) -> str:
+    def get_results(self, ti=None, fp=None, inline: bool = True, delim=None, fetch: bool = True, include_headers: bool = False) -> str:
         """get_results from Qubole"""
-        return self.get_hook().get_results(ti, fp, inline, delim, fetch)
+        return self.get_hook().get_results(ti, fp, inline, delim, fetch,include_headers)

Review comment:
       Thanks, not sure why I missed it. 
   Fixed along with some other warnings




-- 
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:
users@infra.apache.org