The GitHub Actions job "Tests" on airflow.git/fix/issue-62506 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
233a9ceca72877f466018ca57ba67bd689d188d1 / Yoann Abriel <[email protected]>
fix: stop parameterizing SQL keywords in MySQL bulk_load_custom

duplicate_key_handling (IGNORE/REPLACE) and extra_options are SQL keywords
that must be interpolated into the statement, not passed as query parameters.
When parameterized, the MySQL driver quotes them as string literals, producing
invalid SQL like: LOAD DATA LOCAL INFILE '/tmp/f' 'IGNORE' INTO TABLE ...

Fixes apache/airflow#62506

Report URL: https://github.com/apache/airflow/actions/runs/22720368324

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to