gouline / dbt-metabase

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

feat: Add the 'cert' argument to the Requests framework #161

Closed tomytrip closed 1 year ago

tomytrip commented 1 year ago

To access the Metabase database in my company, we need to present a certificate to prove our identity. To do this, we need to use the Requests argument: "cert" So I add it in the MetabaseClient object