This repository contains a minimal Metabase database-driver plugin targeting:
- Metabase OSS
v0.63.1 - Apache Doris
2.1.11 - MySQL Connector/J
8.0.33
The primary target is Doris through its FE MySQL-compatible protocol. The
current acceptance plan also gates a bounded MySQL 5.7 live datasource path:
connection, schema sync, native SQL, and query-builder aggregation over the
documented fixture types. It is not a claim of full MySQL feature parity.
The implementation lives in metabase-doris-driver/.
See:
metabase-doris-driver/README.mdfor build and install steps.docs/verification.mdfor the acceptance checklist.metabase-doris-deployment.yamlfor the pinned K8s verification topology.