You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/22 16:18:18 UTC

[airflow] branch main updated: Add Databricks provider to boring cyborg (#25238)

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

potiuk 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 31705ed309 Add Databricks provider to boring cyborg (#25238)
31705ed309 is described below

commit 31705ed309a7073251d665d0cfacaaea76a19cce
Author: Phani Kumar <94...@users.noreply.github.com>
AuthorDate: Fri Jul 22 21:47:58 2022 +0530

    Add Databricks provider to boring cyborg (#25238)
---
 .github/boring-cyborg.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index e3e27e811b..a19368f8cc 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -39,6 +39,11 @@ labelPRBasedOnFilePath:
     - docs/apache-airflow-providers-apache-*/**/*
     - tests/providers/apache/**/*
 
+  provider:Databricks:
+    - airflow/providers/databricks/**/*
+    - docs/apache-airflow-providers-databricks/**/*
+    - tests/providers/databricks/**/*
+
   provider:Snowflake:
     - airflow/providers/snowflake/**/*
     - docs/apache-airflow-providers-snowflake/**/*