create_metabase_database
Set up a new database connection in Metabase to integrate data sources for analysis, with options for sync schedules, caching, and query automation.
Instructions
Create a new database connection in Metabase.
Args: name (str): Name of the database. engine (str): Database engine. details (Dict[str, Any]): Connection details. auto_run_queries (bool, optional): Enable auto run. cache_ttl (int, optional): Cache time-to-live. is_full_sync (bool, optional): Whether to perform full sync. schedule (Dict[str, Any], optional): Sync schedule. timezone (str, optional): Timezone for the database. metadata_sync (bool, optional): Enable metadata sync.
Returns: Dict[str, Any]: Created database metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| engine | Yes | ||
| details | Yes | ||
| auto_run_queries | No | ||
| cache_ttl | No | ||
| is_full_sync | No | ||
| schedule | No | ||
| timezone | No | ||
| metadata_sync | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||