bujjibabukatta opened a new pull request, #71265: URL: https://github.com/apache/airflow/pull/71265
**Summary** Users connecting to Sybase databases via ODBC + FreeTDS find that libtdsodbc.so is missing from the Airflow image, even though freetds-bin and unixodbc are both already present. **Root cause** On Debian, the FreeTDS ODBC driver ships in a separate package, tdsodbc, which freetds-bin does not pull in (freetds-bin only provides tsql/libct). RUNTIME_APT_DEPS lists freetds-bin and unixodbc but not tdsodbc, so the .so file that gets registered with unixodbc is never installed. **Fix** Added tdsodbc to RUNTIME_APT_DEPS, and to the dev-deps list for local source builds. closes: #71205 Was generative AI tooling used ? - [X] Yes - Claude Generated-by: Claude following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
