bolkedebruin commented on code in PR #36205:
URL: https://github.com/apache/airflow/pull/36205#discussion_r1426953507


##########
airflow/providers/databricks/hooks/databricks_sql.py:
##########
@@ -80,8 +85,18 @@ def __init__(
         self.http_headers = http_headers
         self.catalog = catalog
         self.schema = schema
+        self.return_serializable = return_serializable
         self.additional_params = kwargs
 
+        if not self.return_serializable:

Review Comment:
   Who will set this and why and when? Is this a kind of backwards 
compatibility? Will this not generate a lot of 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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to