Teddy 2dbf5ed0b4
#24641: fix MySQL data_diff URL to include database (#25047)
* 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>
2026-01-08 16:12:52 +01:00
..