dennispan commented on issue #26452:
URL: https://github.com/apache/superset/issues/26452#issuecomment-3479468540
@betodealmeida Here's the error I get
```
Traceback (most recent call last):
File
"/Users/dennis.pan/code/tmp/.venv/lib/python3.11/site-packages/shillelagh/backends/apsw/db.py",
line 202, in execute
self._cursor.execute(operation, parameters)
File "src/cursor.c", line 1062, in APSWCursor_execute.sqlite3_prepare_v3
apsw.SQLError: no such table:
https://docs.google.com/spreadsheets/d/1Rn6gQOwfGJiN......2ba3mWc/edit?usp=sharing
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/dennis.pan/code/tmp/test.py", line 18, in <module>
for row in cursor.execute(SQL):
^^^^^^^^^^^^^^^^^^^
File
"/Users/dennis.pan/code/tmp/.venv/lib/python3.11/site-packages/shillelagh/db.py",
line 84, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/dennis.pan/code/tmp/.venv/lib/python3.11/site-packages/shillelagh/backends/apsw/db.py",
line 213, in execute
self._create_table(uri)
File
"/Users/dennis.pan/code/tmp/.venv/lib/python3.11/site-packages/shillelagh/backends/apsw/db.py",
line 276, in _create_table
adapter, args, kwargs = find_adapter(uri, self._adapter_kwargs,
self._adapters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/dennis.pan/code/tmp/.venv/lib/python3.11/site-packages/shillelagh/lib.py",
line 587, in find_adapter
raise ProgrammingError(f"Unsupported table: {uri}")
shillelagh.exceptions.ProgrammingError: Unsupported table:
https://docs.google.com/spreadsheets/d/1Rn6gQOwfGJiN......2ba3mWc/edit?usp=sharing
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]