mik-laj commented on a change in pull request #9290:
URL: https://github.com/apache/airflow/pull/9290#discussion_r440913097
##########
File path: airflow/operators/google_api_to_s3_transfer.py
##########
@@ -35,7 +35,12 @@ class GoogleApiToS3Transfer(GoogleApiToS3TransferOperator):
"""
This class is deprecated.
Please use:
-
`airflow.providers.amazon.aws.operators.google_api_to_s3_transfer.GoogleApiToS3TransferOperator`."""
+
`airflow.providers.amazon.aws.operators.google_api_to_s3_transfer.GoogleApiToS3TransferOperator`.
+
+ .. seealso::
Review comment:
Formerly the core code was maintained by the original creators - Airbnb.
The code that was in the contrib package was supported by the community. The
project was passed to the Apache community and currently the entire code is
maintained by the community, so now the division has no justification, and it
is only due to historical reasons.
https://airflow.readthedocs.io/en/stable/_api/index.html
We wanted to fix this, so we created a new airflow.providers package to
organize these operators.
In the airflow.{operators,sensors} package, we only have a small set of core
classes.
----------------------------------------------------------------
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]