eladkal commented on code in PR #39728:
URL: https://github.com/apache/airflow/pull/39728#discussion_r1608396087


##########
docs/apache-airflow-providers-trino/operators/trino.rst:
##########
@@ -17,19 +17,22 @@
 
 .. _howto/operator:TrinoOperator:
 
-TrinoOperator
-=============
+Connect to Trino using SQLExecuteQueryOperator
+==============================================
 
-Use the :class:`TrinoOperator <airflow.providers.trino.operators.trino>` to 
execute
+Use the :class:`SQLExecuteQueryOperator 
<airflow.providers.common.sql.operators.sql>` to execute
 SQL commands in a `Trino <https://trino.io/>`__ query engine.
 
+.. warning::
+    Previously, TrinoOperator was used to perform this kind of operation. But 
at the moment TrinoOperator is deprecated and will be removed in future 
versions of the provider. Please consider to switch to SQLExecuteQueryOperator 
as soon as possible.
+

Review Comment:
   No strong opinion here. I will resolve this thread



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to