Export Metabase database

Hi All,
I’ve released on github a tool (written in Python) to export metabase database (and also collections) to other DBs (postgresql or mysql type). It has three main funtionalities:

  1. Migrate: export & import database (with related metabase_table, metabase_field, metrics tables) and Collection (with related report_card, report_dashboard and report_dashboardcard tables) from a DB source to a DB target
    2)Export: export database (with related metabase_table, metabase_field, metrics tables) and Collection (with related report_card, report_dashboard and report_dashboardcard tables) from a DB source creating sql dump files (INSERT INTO statements)
    3)Delete: delete a DB and a Collection (and their related tables)

If you are interested in knowing more, please check it out:

Any comments and suggestion will be appreciated

Thanks

1 Like