eladkal commented on code in PR #25299: URL: https://github.com/apache/airflow/pull/25299#discussion_r931072172
########## airflow/providers/presto/CHANGELOG.rst: ########## @@ -24,6 +24,12 @@ Changelog --------- +Breaking changes +~~~~~~~~~~~~~~~~ + +Deprecated ``hql`` parameter has been removed in ``get_records``, ``get_first``, ``get_pandas_df`` and ``run`` +methods of the ``TrinoHook``. Review Comment: ```suggestion Deprecated ``hql`` parameter has been removed in ``get_records``, ``get_first``, ``get_pandas_df`` and ``run`` methods of the ``PrestoHook``. ``` -- 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]
