gouline / dbt-metabase

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

Add flag to ignore undefined properties #13

Closed elleFlorio closed 3 years ago

elleFlorio commented 3 years ago

Add the ignore_undefined flag to ignore properties that are not defined in the dbt file. If the ignore_undefined flag is set the JSON payload sent to the api request in Metabase will contain only properties that are not None in the dbt file.

Example:

elleFlorio commented 3 years ago

Sorry, I opened this one just by mistake! Closing it.