Make a new plot for dashboard with Python

Hi, I am new to Metabase and would love any tips or resources for doing this. Thanks!!

Hi @scottnb
You would do that using the API:
https://github.com/metabase/metabase/wiki/Using-the-REST-API
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md
The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.

1 Like