turbaszek commented on a change in pull request #9517:
URL: https://github.com/apache/airflow/pull/9517#discussion_r448233835
##########
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:
If operator's `execute` method returns a `result` it doesn't mean that
it will be always saved in XCom table. This will happen only if operator is
used with `do_xcom_push=True`
----------------------------------------------------------------
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]