Closed peterklingelhofer closed 1 month ago
Update: Realized there was a discrepancy between schemas, schemas with VARCHAR columns were failing whereas schemas with STRING columns connected just fine. Probably something up with the VARCHAR types going on here.
Was able to fix with:
ALTER TABLE table_name ALTER COLUMN column_name TYPE STRING;
Missed this, there's already an issue open for this: https://github.com/questdb/questdb-connect/issues/14
Closing this.
After upgrading QuestDB to 8.1.2 from 7.4.2 we're seeing issues with Superset 4.0.0 (with both questdb-connect==1.0.12 and questdb-connect==1.0.11):
I'm not sure the column/type selector SQL still works
get_columns
ininspector.py
, would this SQL be more appropriate?