terraform-provider-metabase icon indicating copy to clipboard operation
terraform-provider-metabase copied to clipboard

A Terraform provider for the Metabase service. Also provides a utility to import dashboards and cards as Terraform definitions.

Results 10 terraform-provider-metabase issues
Sort by recently updated
recently updated
newest added

It would be great to have proper support for models

feature

I would like to be able to export dashboards with tabs using mbtf and be able to execute the generated HCL to build the dashboard accordingly.

feature
mbtf
metabase_dashboard

I would like to be able to export through mbtf all table metadata values. Description Visibility Cast to a specific data type Filtering on this field Display values Formatting ->...

feature
mbtf
metabase_table

MBTF should correctly export the definitions of dashboard filters. The following table shows the source definition and what mbtf exports. ![image](https://github.com/flovouin/terraform-provider-metabase/assets/18726993/4ad52e94-42ab-4b84-a784-0ee75627a012)

bug
mbtf
metabase_dashboard

#### Description Hi @flovouin, amazing job on the provider. I have been trying to use it manage my permissions but seems like thats not possible if granular permissions are used...

feature

Managing the scheduled reports properties on cards and dashboards would be very useful to us.

feature

- [x] Card - [ ] Collection graph - [x] Collection - [x] Dashboard - [x] Database - [x] Permissions graph - [x] Permissions group - [ ] Table (data...

chore

`mbtf` can currently be installed manually by checking out the repository and running `go install`. It would be nice to distribute it as a release artefact, such that it can...

ci
mbtf
chore

In order to make a dashboard embedding possible we need to allow to specify the following parameters `enable_embedding`, `width`, `embeding_params` in the terraform configuration: ```json { ... "enable_embedding": true, "width":...

feature
metabase_dashboard

Metabase 50 introduced breaking changes to the permissions graph API, as described [here](https://www.metabase.com/docs/v0.50/permissions/no-self-service-deprecation). After Metabase upgraded our cloud instance from 49 to 50, our metabase_permissions_graph resource started failing when it...

bug