TypeError: exposures() got an unexpected keyword argument 'metabase_session_id'
aloysius-chow opened this issue · 2 comments
aloysius-chow commented
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
@aloysius-chow Sounds about right, can you PR this change? Should be pretty small.