-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
After getting all setup, there are many errors. I may try to workaround some manually, but it's not looking good on several levels.
When trying to create a new dataset (when it tries to fetch data for browsing) I get errors like this:
File "/home/superset/.venv/lib/python3.11/site-packages/qdb_superset/db_engine_specs/questdb.py", line 293, in select_star
return super().select_star(
^^^^^^^^^^^^^^^^^^^^
TypeError: BaseEngineSpec.select_star() takes from 4 to 9 positional arguments but 10 were given
When trying to use SQL Lab I get errors like this:
questdb error: QuestDbEngineSpec.execute() takes 3 positional arguments but 4 were given
This may be triggered by:
Issue 1002 - The database returned an unexpected error.
When trying to click on the table name in the browser, get an error in the UI and the logs:
File "/home/superset/.venv/lib/python3.11/site-packages/flask/ctx.py", line 353, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/superset/.venv/lib/python3.11/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels