File tree Expand file tree Collapse file tree
src/airflow/providers/presto/hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ requires-python = ">=3.10"
5959# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
6060dependencies = [
6161 " apache-airflow>=2.11.0" ,
62- " apache-airflow-providers-common-compat>=1.10.1" ,
62+ " apache-airflow-providers-common-compat>=1.10.1" , # use next version
6363 " apache-airflow-providers-common-sql>=1.26.0" ,
6464 " presto-python-client>=0.8.4" ,
6565 ' pandas>=2.1.2; python_version <"3.13"' ,
Original file line number Diff line number Diff line change 2626from prestodb .exceptions import DatabaseError
2727from prestodb .transaction import IsolationLevel
2828
29- from airflow .configuration import conf
3029from airflow .exceptions import AirflowOptionalProviderFeatureException , AirflowProviderDeprecationWarning
31- from airflow .providers .common .compat .sdk import AirflowException
30+ from airflow .providers .common .compat .sdk import AirflowException , conf
3231from airflow .providers .common .sql .hooks .sql import DbApiHook
3332from airflow .providers .presto .version_compat import AIRFLOW_V_3_0_PLUS
3433
You can’t perform that action at this time.
0 commit comments