This is an automated email from the ASF dual-hosted git repository.
joshfell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a7efd4dba53 nit: Bump required OL client for Openlineage provider
(#56302)
a7efd4dba53 is described below
commit a7efd4dba53b3e39c6604e3b157ca1fd81428838
Author: Kacper Muda <[email protected]>
AuthorDate: Thu Oct 2 02:18:01 2025 +0200
nit: Bump required OL client for Openlineage provider (#56302)
---
providers/dbt/cloud/tests/unit/dbt/cloud/utils/test_openlineage.py | 1 +
providers/openlineage/pyproject.toml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/providers/dbt/cloud/tests/unit/dbt/cloud/utils/test_openlineage.py
b/providers/dbt/cloud/tests/unit/dbt/cloud/utils/test_openlineage.py
index 4ac961eceda..bb2a3dcd30d 100644
--- a/providers/dbt/cloud/tests/unit/dbt/cloud/utils/test_openlineage.py
+++ b/providers/dbt/cloud/tests/unit/dbt/cloud/utils/test_openlineage.py
@@ -157,6 +157,7 @@ class TestGenerateOpenLineageEventsFromDbtCloudRun:
"data": {
"connection": {
"type": "snowflake",
+ "name": "conn_name",
"details": {
"account": "gp21411.us-east-1",
"database": "SANDBOX",
diff --git a/providers/openlineage/pyproject.toml
b/providers/openlineage/pyproject.toml
index 7040949642f..dd2dbc82134 100644
--- a/providers/openlineage/pyproject.toml
+++ b/providers/openlineage/pyproject.toml
@@ -61,8 +61,8 @@ dependencies = [
"apache-airflow-providers-common-sql>=1.20.0",
"apache-airflow-providers-common-compat>=1.4.0",
"attrs>=22.2",
- "openlineage-integration-common>=1.36.0",
- "openlineage-python>=1.36.0",
+ "openlineage-integration-common>=1.38.0",
+ "openlineage-python>=1.38.0",
]
[dependency-groups]