Matthew K
Matthew K
I am seeing this on 0.8.1 and metabase 0.55 ``` terraform import module.groups.metabase_permissions_graph.graph 19 module.groups.metabase_permissions_graph.graph: Importing from ID "19"... module.groups.metabase_permissions_graph.graph: Import prepared! Prepared metabase_permissions_graph for import module.groups.metabase_permissions_graph.graph: Refreshing state... ╷...
No I have the free version ``` repository: metabase/metabase tag: "v0.55.5" ``` I have quite a few databases and some of them have `view-data` as an object using GET `/api/permissions/graph`...
DB info from the metabase api (first 2 are random DBs which have `view-data` as string, last 2 are the ones with object) ``` {"data":[ { "uploads_schema_name": null, "description": null,...
I can confirm everything is working as expected now, thank you 🙏