gouline / dbt-metabase

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

TypeError: exposures() got an unexpected keyword argument 'metabase_session_id' #124

Closed aloysius-chow closed 2 years ago

aloysius-chow commented 2 years ago

Seems like there was a commit to add metabase_session_id as a CLI option, but it was added as a parameter only for model and not for exposures. Adding the corresponding lines to exposures resolved the issue for me.

gouline commented 2 years ago

@aloysius-chow Sounds about right, can you PR this change? Should be pretty small.

aloy99 commented 2 years ago

Have created a PR from my personal (non-work) account here: https://github.com/gouline/dbt-metabase/pull/127