Metadata of metabase sql

I'd like to access all the questions/queries I've written on my local metabase docker

What I've tried -- explored this post but not able to make it work.

I tried adding the same database again and referencing it , didn't work

Tried out all these tables, none seem to be working so far - curious
('report_card', 'view_log', 'activity', 'collection', 'dataset_query', 'database', 'metric', 'segment', 'user', 'pulse', 'dashboard');

Using metabase via docker and on latest version

Any approaches/ideas would be very helpful

you should have an external database as the app db, like a postgres or mysql

otherwise use my project GitHub - paoliniluis/metagraph: Insert Metabase entities into Neo4j to analyze dependencies

1 Like