https://github.com/metabase/metabase-registry
Metabase' Partner Driver registry
https://github.com/metabase/metabase-registry
Last synced: 4 months ago
JSON representation
Metabase' Partner Driver registry
- Host: GitHub
- URL: https://github.com/metabase/metabase-registry
- Owner: metabase
- Created: 2024-07-04T12:54:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T18:30:53.000Z (4 months ago)
- Last Synced: 2025-02-12T19:38:30.312Z (4 months ago)
- Size: 70.3 KB
- Stars: 0
- Watchers: 24
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metabase Partner Drivers Registry
This repo serves as a registry for partner drivers, so you can use a script to download the driver you need.
## drivers.yaml format
It's a list of drivers under `drivers` key, with every driver having those fields:
- `name` - a short name for the driver;
- `homepage` - a link to driver's homepage;
- `versions` - a map of driver versions suitable for different major Metabase versions. `default` is a special key and means "use this one if a more specific one not found";
- `deps` (_optional_) - a list of urls for dependencies, like an additional specific jdbc driver