ArangoDB

apache-airflow-providers-arangodb

ArangoDB

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-arangodb==2.9.2

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.10.1 python-arango>=7.3.2

Connections (1)

Modules

O

AQLOperator

Executes AQL query in a ArangoDB database.

airflow.providers.arangodb.operators.arangodb.AQLOperator
O

ArangoDBCollectionOperator

Executes collection operations in a ArangoDB database.

airflow.providers.arangodb.operators.arangodb.ArangoDBCollectionOperator
H

ArangoDBHook

Interact with ArangoDB.

airflow.providers.arangodb.hooks.arangodb.ArangoDBHook
S

AQLSensor

Checks for the existence of a document which matches the given query in ArangoDB.

airflow.providers.arangodb.sensors.arangodb.AQLSensor