vvaezian/metabase_api_python

Allow passing filter values to get_card_data function

vvaezian opened this issue · 1 comments

Currently we can get the questions results using the get_card_data function. But this returns all the data. We should let the user pass filter values for the question and get the filtered results.

Related to this forum post.

Implemented in v0.2.14