Hi. This adapter for harlequin is great. As a Databricks power user, I've been looking forward to a terminal-based SQL interface for DBSQL.
It seems that during the initial catalog indexing, there is a sort_by method which is being called in the adapter. However I think that method has been deprecated, so I'm getting this error:
Catalog Error: Could not update data catalog 'ColumnTable' has no attribute 'sort_by'
Unless the analagous method has been renamed in the DB sql client, it should probably be removed from the harlequin adapter.
Hi. This adapter for harlequin is great. As a Databricks power user, I've been looking forward to a terminal-based SQL interface for DBSQL.
It seems that during the initial catalog indexing, there is a
sort_bymethod which is being called in the adapter. However I think that method has been deprecated, so I'm getting this error:Catalog Error: Could not update data catalog 'ColumnTable' has no attribute 'sort_by'Unless the analagous method has been renamed in the DB sql client, it should probably be removed from the harlequin adapter.