JeffryMAC commented on a change in pull request #13847:
URL: https://github.com/apache/airflow/pull/13847#discussion_r563154826



##########
File path: airflow/providers/exasol/hooks/exasol.py
##########
@@ -108,6 +108,37 @@ def get_first(self, sql: Union[str, list], parameters: 
Optional[dict] = None) ->
             with closing(conn.execute(sql, parameters)) as cur:
                 return cur.fetchone()
 
+    def export_to_file(

Review comment:
       does it offer the choice of file format? (json, csv, other?)
   The method name suggest it's generic so suitable for more than one file 
extension but there is no file extension parameter to config




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