Prab-27 commented on code in PR #44717:
URL: https://github.com/apache/airflow/pull/44717#discussion_r1878088603


##########
providers/tests/integration/trino/hooks/test_trino.py:
##########
@@ -50,7 +50,7 @@ def test_should_record_records_with_kerberos_auth(self):
 
     @mock.patch.dict("os.environ", 
AIRFLOW_CONN_TRINO_DEFAULT="trino://airflow@trino:8080/")
     def test_openlineage_methods(self):
-        op = TrinoOperator(task_id="trino_test", sql="SELECT name FROM 
tpch.sf1.customer LIMIT 3")
+        op = SQLExecuteQueryOperator(task_id="trino_test", sql="SELECT name 
FROM tpch.sf1.customer LIMIT 3")

Review Comment:
   Ya I'll correct that id 



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