Neo4jOperator

Neo4j

Executes sql code in a specific Neo4j database

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Neo4j provider package into your Airflow environment.

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

Parameters

sqlRequiredthe sql code to be executed. Can receive a str representing a sql statement
neo4j_conn_idReference to Neo4j connection id.

Documentation

Executes sql code in a specific Neo4j database

See also

For more information on how to use this operator, take a look at the guide: Neo4jOperator

Was this page helpful?