Skip to content

Commit

Permalink
[AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ecce1ace7a277c948c61d7d4cbfc8632cc216559
  • Loading branch information
coopergillan authored and Cloud Composer Team committed Sep 12, 2024
1 parent 5489bc8 commit 7b314bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions airflow/providers/amazon/aws/operators/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@

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.
An operator that submits a presto query to athena.
:param query: Presto to be run on athena. (templated)
:type query: str
Expand Down

0 comments on commit 7b314bc

Please sign in to comment.