potiuk commented on issue #27838:
URL: https://github.com/apache/airflow/issues/27838#issuecomment-1323978730

   > given that the google-provider 8.4.0 requires common-sql <1.3.0, it was 
still selecting the 3.5.0 and 3.3.0 respectively of the requested provider 
packages, instead of limiting those versions where the compatible common-sql 
version was used.
   
   Google provider does NOT depend on common.sql < 1.3.0. It was impossible to 
know that it depends on it before we broke it in 1.3.0 accidentally. There was 
no intention of breaking. This was purely accidental and it will get fixed in 
1.3.1 (and we will yank 1.3.0 so that no-one will accidentally install it 
because effectively 1.3.0 is broken as the API  from 1.2 whch was used (against 
the original intention as well) by the gooogle provider - is not really 
maintained.
   
   The fact is that `_get_failed_checks` and `parse_boolean` (I just checked 
it) had been part of the "API" of common.sql 1.2 and they were removed in 1.3.0 
(even though they were not intentionally part of the API this is the "fact" 
that we cannot dispute with  - because both providers were released by us.
   
   


-- 
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]

Reply via email to