AQLSensor

ArangoDB

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

View on GitHub

Last Updated: Jan. 10, 2023

Access Instructions

Install the ArangoDB provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

collectionTarget DB collection.
queryRequiredThe query to poke, or you can provide .sql file having the query
arangodb_conn_idThe ArangoDB connection id to use when connecting to ArangoDB.
arangodb_dbTarget ArangoDB name.

Documentation

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

Was this page helpful?