gouline / dbt-metabase

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

feat: Explore dbt Model #79

Closed z3z1ma closed 2 years ago

z3z1ma commented 2 years ago

This PR will add a command that allows users to test, develop, explore, and "workbench" models in Metabase's robust query editor with a single CLI invocation removing any repetitive tasks that occur between updating a model and quickly testing it against a data warehouse.

dbt-metabase explore --model fct_core_customer

dbt-metabase explore --model fct_core_customer --target production

This PR is in a working state as-is.

Linked issue #78