Skip to content

Remove workaround for pymssql failing compilation with new Cython - #35924

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:remove-pymssql-workaround-for-cython
Nov 28, 2023
Merged

Remove workaround for pymssql failing compilation with new Cython#35924
potiuk merged 1 commit into
apache:mainfrom
potiuk:remove-pymssql-workaround-for-cython

Conversation

@potiuk

Copy link
Copy Markdown
Member

Recent Cython release caused pymssql package failures when they were installed on ARM platform. This had been workarounded in the #32748, but since pymssql as of 2.1.8 supports new Cython, we can remove the workaround and bump the minimum version of pymsssql.

This also makes it possible to remove the whole MSSQL client section from the image if we decide to - because this section will only install the odbc client that has been pre-installed to support MSSQL as metadata DB for Airflow core.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Recent Cython release caused pymssql package failures when they
were installed on ARM platform. This had been workarounded in
the apache#32748, but since pymssql as of 2.1.8 supports new Cython, we
can remove the workaround and bump the minimum version of pymsssql.
This also makes it possible to remove the whole MSSQL client section
from the image if we decide to - because this section will only install
the odbc client that has been pre-installed to support MSSQL as
metadata DB for Airflow core.
@potiuk

Copy link
Copy Markdown
MemberAuthor

Confirmed that it works locally on my ARM MacBook, so we are good with removng the workaround.

- apache-airflow>=2.5.0
- apache-airflow-providers-common-sql>=1.3.1
- pymssql>=2.1.5
- pymssql>=2.1.8

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is crucial part of the PR :)

@potiuk
potiuk merged commit 4f060a4 into apache:mainNov 28, 2023
@potiuk
potiuk deleted the remove-pymssql-workaround-for-cython branch November 28, 2023 20:37
@ephraimbuddyephraimbuddy added the type:misc/internal Changelog: Misc changes that should appear in change log label Dec 5, 2023
ephraimbuddy pushed a commit that referenced this pull request Dec 5, 2023
…5924)
Recent Cython release caused pymssql package failures when they
were installed on ARM platform. This had been workarounded in
the #32748, but since pymssql as of 2.1.8 supports new Cython, we
can remove the workaround and bump the minimum version of pymsssql.
This also makes it possible to remove the whole MSSQL client section
from the image if we decide to - because this section will only install
the odbc client that has been pre-installed to support MSSQL as
metadata DB for Airflow core.
(cherry picked from commit 4f060a4)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-toolsarea:production-imageProduction image improvements and fixesarea:providersprovider:microsoft-mssqltype:misc/internalChangelog: Misc changes that should appear in change log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@potiuk@Lee-W@jscheffl@ephraimbuddy