OpenMetadata/scripts
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
..
check_prerequisites.sh fix: Update required Node.js version to 22 in prerequisites script (#23507) 2025-09-23 09:56:53 +05:30
datamodel_generation.py FIX - e2e test for pydantic v2 (#16572) 2024-06-07 22:52:16 +02:00
deploy-pipelines.py MINOR - deploy pipelines fixes (#24575) 2025-11-27 12:31:07 +01:00
format-code.sh Minor: Migrate to latest google code style library to support Java 17 and beyond (#14429) 2023-12-18 12:56:17 -08:00
generate-rdf-models.sh RDF Ontology, Json LD, DCAT vocabulary support by mapping OM Schemas to RDF (#22852) 2025-08-17 18:36:26 -07:00
html_to_pdf.py Generate PDF for Snyk security report (#10086) 2023-02-02 17:10:35 +01:00
lint-staged.sh Fix #2052: Revert the reverted pre-commit (#2053) 2022-01-07 03:53:21 +01:00
slack-link-monitor.py MINOR: Enhance Slack Link Monitoring Workflow and Script (#20604) 2025-04-22 10:38:29 +05:30
update_version.py feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch (#20847) 2025-04-16 15:21:01 +05:30
validate_change.sh #24641: fix MySQL data_diff URL to include database (#25047) 2026-01-08 16:12:52 +01:00
validate_json_yaml.sh fixed exclusion for yaml/json validation (#15950) 2024-04-19 08:45:18 +02:00
validate_sample_data.py CI - Fix operator build test (#19938) 2025-02-24 12:17:00 +01:00
validate_yaml.py CI - YAML formatting issue (#23047) 2025-08-21 18:05:15 +02:00
worktree_dev.sh fix: Handle special characters in passwords for TableDiff URL parsing (#25038) 2026-01-06 08:18:08 +01:00