
AQLSensor
ArangoDBChecks for the existence of a document which matches the given query in ArangoDB. Example:
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: