Skip to content

Commit d659af1

Browse files
committed
Migrate trino provider to use airflow.sdk.configuration.conf
1 parent 9d6e62e commit d659af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/trino/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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``
6060
dependencies = [
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.20.0",
6464
'pandas>=2.1.2; python_version <"3.13"',
6565
'pandas>=2.2.3; python_version >="3.13"',

0 commit comments

Comments
 (0)