potiuk commented on issue #44902: URL: https://github.com/apache/airflow/issues/44902#issuecomment-2541239141
Hard to say - looks like it might be a combination of some of your locale and how json gets translated - and likely some changes uncovered bad configuration of your machine. I know @dabla has been improving and changing it over the last couple of months and there were changes recently in retrieving the extras. As a quick workaroun - can yoy please downgrade your ODBC provider following https://airflow.apache.org/docs/docker-stack/build.html#example-of-setting-own-airflow-provider-packages to the version that was installed in 2.7.1 (I think from https://github.com/apache/airflow/blob/main/generated/provider_metadata.json it looks like it was 4.0.0 where in 2.10.2 it was 4.7.1 - there was quite many changes between those versions. You can also see the changelog https://airflow.apache.org/docs/apache-airflow-providers-odbc/stable/changelog.html and see that there were many changes between. Ideally - maybe that something you can help us with - you could pin-point in which version of the ODBC provider it has changed. The fastest way is "bisecting" - if it works with 4.0.0 -> you could try in the "half" between 4.0.0 and 4.7.1 and then see if it is still working (if it does - the change was introduce later, if not - it was before). Rinse and repeat until you find the exact version that causes your problem. That could enormously help in diagnosing the root cause of the problem. -- 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]
