mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-05 02:13:27 +00:00
* fix(ingestion): include database in MySQL data_diff URL (#24641) The data_diff library requires MySQL URLs to specify a database in the path (e.g., mysql://user:pass@host:port/database). Without this, the table diff test fails with "MySQL URL must specify a database" error. This fix adds MySQL and MariaDB to the list of dialects that need the schema (which is the database in MySQL's terminology) included in the URL path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: conflicts with recent changes * chore: translated missing arabic entries * fix: conditional logic issue * chore: fix failing tests * style: ran java linting --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>