mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +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> |
||
|---|---|---|
| .. | ||
| check_prerequisites.sh | ||
| datamodel_generation.py | ||
| deploy-pipelines.py | ||
| format-code.sh | ||
| generate-rdf-models.sh | ||
| html_to_pdf.py | ||
| lint-staged.sh | ||
| slack-link-monitor.py | ||
| update_version.py | ||
| validate_change.sh | ||
| validate_json_yaml.sh | ||
| validate_sample_data.py | ||
| validate_yaml.py | ||
| worktree_dev.sh | ||