kacpermuda commented on code in PR #44717:
URL: https://github.com/apache/airflow/pull/44717#discussion_r1878066384
##########
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:
we should add `conn_id="trino_default"` as this test is failing now.
--
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]