gouline / dbt-metabase

dbt + Metabase integration
https://pypi.org/project/dbt-metabase/
MIT License
441 stars 63 forks source link

Add flag to exposures for excluding all unverified collection items #243

Closed alex-float-on closed 3 months ago

alex-float-on commented 3 months ago

This PR introduces the ability to add an --exclude-unverified-cards flag to the exposures command in order to weed out exposures from cards that were not verified through metabase.

Note: I tried but could not figure out how to implement a unit test for this.