Metabase



Metabase



Metabase

Metabase

Beta version

The configuration and connection might need a bit of fine-tuning to get things running smoothly. Let us know if you hit any snags at [email protected].

Once created, a connection can be reused or copy-pasted in all other pages within same workspace without additional setup. The setup can be complex and, if in doubt, ask your developer for help. They will have all needed details and will be able to assist with possible errors.

URL to your metabase instance API
To generate your session token, you need to run the following command: curl -X POST \\ -H "Content-Type: application/json" \\ -d '{"username": "[email protected]", "password": "fakepassword"}' \\ http://metabase.example.com:3000/api/session Then copy the value of the id field returned by a successful call to that API. Note that by default, sessions are good for 14 days and needs to be regenerated.
Loadingโ€ฆ