potiuk commented on PR #32319: URL: https://github.com/apache/airflow/pull/32319#issuecomment-1790413620
Quite the opposite. You need to update common.sql provider to 1.8.1 version in this PR and then PROD image build will succeed. It fails BECAUSE the version in the common.sql is not updated. The system is built in the way that when you can build and PR in two or more providers together and add dependencies between them. Under the condition those changes are done together. The second failure you have is compatibility check with Airflow 2.5. I believe you are using some APIs that are only added in 2.6 or 2.7 and in order to keep compatibility with 2.5 you often need to add conditional imports or keep back-compatibility code in the provider to use it when provider is installed with Airflow 2.5 or 2.6 -- 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]
