vvaezian / metabase_api_python

A python wrapper for Metabase API
MIT License
136 stars 40 forks source link

Check column existence in create_card function #2

Closed vvaezian closed 4 years ago

vvaezian commented 4 years ago

In create_card function, first check that all the mentioned columns are in the database There was a case the function didn't produce any error and when trying to open the card in MB it failed.