mik-laj commented on issue #12116:
URL: https://github.com/apache/airflow/issues/12116#issuecomment-742502324
If we want users to be able to install backport packages, we should also
remember about the limitations that exist in Airflow 1.10 We don't support them
anymore, but users can still use them and it would be great if they could use
new and old operators at the same time.
```
'google-cloud-bigtable>=1.0.0,<2.0.0',
'google-cloud-container>=0.1.1,<2.0.0',
'google-cloud-dlp>=0.11.0,<2.0.0',
'google-cloud-language>=1.1.1,<2.0.0',
'google-cloud-secret-manager>=0.2.0,<2.0.0',
'google-cloud-spanner>=1.10.0,<2.0.0',
'google-cloud-speech>=0.36.3,<2.0.0',
'google-cloud-storage>=1.16,<2.0.0',
'google-cloud-texttospeech>=0.4.0,<2',
'google-cloud-translate>=1.3.3,<2.0.0',
'google-cloud-videointelligence>=1.7.0,<2.0.0',
'google-cloud-vision>=0.35.2,<2.0.0',
```
We can only update these operators when we stop releasing backport packages.
> In addition, Backport providers within 1.10.x, will be supported for
critical fixes for three months after Airflow 2.0.0 is released.
http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/upgrading-to-2.html
CC: @rafalbiegacz @potiuk
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]