Crate mz_metabase
source ·Expand description
An API client for Metabase.
Only the features presently required are implemented. Documentation is sparse to avoid duplicating information in the upstream API documentation. See:
Structs§
- A Metabase API client.
- A database returned by
Client::databases
. - The response to
Client::database_metadata
. - The request for
Client::login
. - The response to
Client::login
. - The response to
Client::session_properties
. - A database to create as part of a
SetupRequest
. - Details for a
SetupDatabase
. - Preferences for a
SetupRequest
. - The request for
Client::setup
. - A user to create as part of a
SetupRequest
. - A table that is part of
DatabaseMetadata
. - A field of a
Table
.
Enums§
- A Metabase error.