coopergillan commented on a change in pull request #9517:
URL: https://github.com/apache/airflow/pull/9517#discussion_r450894155
##########
File path: airflow/providers/amazon/aws/operators/athena.py
##########
@@ -28,9 +28,6 @@ class AWSAthenaOperator(BaseOperator):
"""
An operator that submit presto query to athena.
- If ``do_xcom_push`` is True, the QueryExecutionID assigned to the
- query will be pushed to an XCom when it successfuly completes.
Review comment:
Got it, that makes sense. This behavior seems to correspond to the super
classes and not to this specific class, hence why I don't think it needs to be
mentioned in the docstring. Does that make sense?
----------------------------------------------------------------
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]