dbt-metabase icon indicating copy to clipboard operation
dbt-metabase copied to clipboard

dbt + Metabase integration

Results 13 dbt-metabase issues
Sort by recently updated
recently updated
newest added

Metabase Metrics (and in particular custom aggregations) are very useful to our end-users. I'm finding myself spending a lot of time in Metabase managing Metrics, the UI is very inconvenient....

enhancement
large

To make code exploration and review easier, would it be possible to replicate metabase file and folder hierarchy when generating exposures ? Like reusing the slug /metabase-exposures/question/42-my-awesome-question.yml /metabase-exposures/dashboard/84-my-super-dashboard Or maybe...

enhancement
help wanted

Support for [timeline events](https://www.metabase.com/docs/latest/users-guide/events-and-timelines) would be cool ([API](https://www.metabase.com/docs/latest/api/timeline-event.html)).

enhancement
help wanted

On Metabase, it's possible to define permissions restrictions to tables for certain groups (Such as in the picture) ![image](https://user-images.githubusercontent.com/8875581/146002994-3e5ec0f2-8d0c-4d01-9453-94622edebe25.png) In the Open Source plan for Metabase, we can define if...

enhancement
help wanted

Hello, I've got a `KeyError: 'fk_target_table'` when propagating data from dbt table to Metabase. This error occurs in two specific cases: 1. A column in the the schema.yml has a...

enhancement
help wanted

Adding this per suggestion from @z3z1ma from the dbt slack discussion 😄 This feature would be helpful for anyone with a large Metabase deployment - where adding exposures might add...

enhancement
help wanted
large

Lets consider our usual flow of dbt compile -m my_model navigate to compiled model copy paste sql find somewhere to run it to test it OR dbt run -m my_model...

enhancement

I think its very valid for someone to want to parse exposures in CI/CD taking a manifest.json as an input, modifying it, and outputting an updated manifest.json. As of today,...

enhancement

**Description** I have issues with transferring the `visibility` on a model level towards Metabase. While the `visibility` of the model is defined in the dbt `.yml` file, it is not...

Currently it seems the only way to pass a Metabase database is by display name. Example from README: ``` dbt-metabase models \ --manifest-path target/manifest.json \ --metabase-url https://metabase.example.com \ --metabase-api-key mb_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=...

enhancement