gouline / dbt-metabase

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

Expose interfaces in models #89

Closed gouline closed 2 years ago

gouline commented 2 years ago

Allow imports like this for programmatic instantiation:

from dbtmetabase import DbtInterface, MetabaseInterface

Instead of:

from dbtmetabase.models.interface import DbtInterface, MetabaseInterface