How to enable sqlite introspection in datasource pane #3958
-
|
I followed the sqlite example which as I understand executes the queries using duckDB. I wanted to execute the queries using sqlite so I created a sqlalchemy sqlite engine: This creates an additional SQLite Datasource but doesn't list all the tables: Am I missing any steps? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Thanks for using marimo :) Does this help? https://docs.marimo.io/guides/working_with_data/sql/#database-schema-and-table-auto-discovery |
Beta Was this translation helpful? Give feedback.
-
|
It seems the auto discovery works on the DuckDB database but not the SQLite database |
Beta Was this translation helpful? Give feedback.

Hey @sumau, this should be improved in marimo 0.11.18. Are you using an older version?