
AQLOperator
ArangoDBExecutes AQL query in a ArangoDB database
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
queryRequiredthe AQL query to be executed. Can receive a str representing a AQL statement, or you can provide .sql file having the query
result_processorfunction to further process the Result from ArangoDB
arangodb_conn_idReference to ArangoDB connection id.
Documentation
Executes AQL query in a ArangoDB database
See also
For more information on how to use this operator, take a look at the guide: Operators