gouline / dbt-metabase

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

Option to connect on HTTP not HTTPS #1

Closed dubravcik closed 4 years ago

dubravcik commented 4 years ago

Could you please add an option to connect to metabase API with HTTP ? Currently HTTPS is required.

gouline commented 4 years ago

Thanks for raising this. Sure, it's pretty simple to do, I'll aim to release a version this week.

gouline commented 4 years ago

Got around to it quicker than expected. You can find mb_https argument in https://github.com/gouline/dbt-metabase/releases/tag/v0.1.5.

Leaving it off the documentation (other than command-line help) because the practice of running Metabase on HTTP is not recommended.