potiuk commented on PR #38707: URL: https://github.com/apache/airflow/pull/38707#issuecomment-2049088351
You will also need to rebase and solve sql.pyi conflict (after stub generation has been fixed in https://github.com/apache/airflow/pull/38915. Also. I think it's best (and I think we are going to propose and automated a policy about it) you will need to: 1) update common-sql provider version to 1.12 (otherwise you will get a dependency error in the CI) - this is done by adding 1.12.0 to provider.yaml 2) update common-sql-provider dependencies everywhere else to >= 1.12 (in all other provider.yaml) - this will avoid accidental using of new feature when older common.sql provider is installed. -- 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]
