You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in this soda-sql issue we prefer to use the Warehouse methods to execute SQL statements since we have control over this API. However, to unblock sodadata/soda-sql#240 we implemented the Connection and Cursor in sodadata/soda-sql#239. After the issue 479 is resolved we can replace the Connection and Cursor with a Warehouse implementation for Spark.
The text was updated successfully, but these errors were encountered:
As discussed in this
soda-sql
issue we prefer to use the Warehouse methods to execute SQL statements since we have control over this API. However, to unblock sodadata/soda-sql#240 we implemented theConnection
andCursor
in sodadata/soda-sql#239. After the issue 479 is resolved we can replace theConnection
andCursor
with aWarehouse
implementation for Spark.The text was updated successfully, but these errors were encountered: