gouline/dbt-metabase

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

aloysius-chow opened this issue · 2 comments

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.

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

Have created a PR from my personal (non-work) account here: #127