Skip to content

Commit bc26d6b

Browse files
(squashed) adds Vespa provider (#63988)
1 parent 4d75f0a commit bc26d6b

69 files changed

Lines changed: 3557 additions & 239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W @jason810496 @guan
105105
/providers/openlineage/ @mobuchowski
106106
/providers/smtp/ @hussein-awala
107107
/providers/snowflake/ @potiuk
108+
/providers/vespa/ @potiuk # + @radu-gheorghe @thomasht86
108109

109110

110111
# Generated metadata

.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ body:
206206
- teradata
207207
- trino
208208
- vertica
209+
- vespa
209210
- weaviate
210211
- yandex
211212
- ydb

.github/boring-cyborg.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ labelPRBasedOnFilePath:
303303
provider:vertica:
304304
- providers/vertica/**
305305

306+
provider:vespa:
307+
- providers/vespa/**
308+
306309
provider:weaviate:
307310
- providers/weaviate/**
308311

airflow-core/docs/extra-packages-ref.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ These are extras that add dependencies needed for integration with external serv
299299
+---------------------+-----------------------------------------------------+-----------------------------------------------------+
300300
| vertica | ``pip install 'apache-airflow[vertica]'`` | Vertica hook support as an Airflow backend |
301301
+---------------------+-----------------------------------------------------+-----------------------------------------------------+
302+
| vespa | ``pip install 'apache-airflow[vespa]'`` | Vespa hooks and operators |
303+
+---------------------+-----------------------------------------------------+-----------------------------------------------------+
302304
| weaviate | ``pip install 'apache-airflow[weaviate]'`` | Weaviate hook and operators |
303305
+---------------------+-----------------------------------------------------+-----------------------------------------------------+
304306
| yandex | ``pip install 'apache-airflow[yandex]'`` | Yandex.cloud hooks and operators |

dev/breeze/doc/images/output_build-docs.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5023b820002e3f33104ae46d617645c4
1+
5a672545cd009db3d79db5c526c3bbd6

dev/breeze/doc/images/output_pr_auto-triage.svg

Lines changed: 6 additions & 6 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15636cdbbdf6fde36f2ae6e5c43da51e
1+
aea67302554bf746d0490edd816b5568

0 commit comments

Comments
 (0)