This is an automated email from the ASF dual-hosted git repository.

gopidesu 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 464caef8070 Add openlineage as Extra dep for Spark provider (#48972)
464caef8070 is described below

commit 464caef8070ff72d285c3638efa7ea810b221489
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Apr 9 02:26:12 2025 +0530

    Add openlineage as Extra dep for Spark provider (#48972)
    
    To fix tests: 
https://github.com/apache/airflow/actions/runs/14340946303/job/40200169778?pr=48967
---
 providers/apache/spark/pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/providers/apache/spark/pyproject.toml 
b/providers/apache/spark/pyproject.toml
index e8009447a22..77ef942b6c6 100644
--- a/providers/apache/spark/pyproject.toml
+++ b/providers/apache/spark/pyproject.toml
@@ -69,6 +69,9 @@ dependencies = [
 "cncf.kubernetes" = [
     "apache-airflow-providers-cncf-kubernetes>=7.4.0",
 ]
+"openlineage" = [
+    "apache-airflow-providers-openlineage"
+]
 
 [dependency-groups]
 dev = [
@@ -78,6 +81,7 @@ dev = [
     "apache-airflow-providers-cncf-kubernetes",
     "apache-airflow-providers-common-compat",
     # Additional devel dependencies (do not remove this line and add extra 
development dependencies)
+    "apache-airflow-providers-openlineage",
 ]
 
 # To build docs:

Reply via email to