algorizm opened a new pull request, #54892: URL: https://github.com/apache/airflow/pull/54892
### Summary Fix password escaping in `airflow db shell`. ### What was changed - Added helper function `_quote_mysql_password_for_cnf` - Updated `shell` command to use it - Added unit tests ### Why it matters Before this fix, `airflow db shell` failed with special characters in password. ### Checklist - [x] Unit tests added and passing - [x] Static checks passed (`prek run --all-files`) - [x] Commit message follows guidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
