Neo4j

apache-airflow-providers-neo4j

Neo4j

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-neo4j==3.11.3

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.10.1 neo4j>=5.20.0

Connections (1)

Modules

O

Neo4jOperator

Executes sql code in a specific Neo4j database.

airflow.providers.neo4j.operators.neo4j.Neo4jOperator
H

Neo4jHook

Interact with Neo4j.

airflow.providers.neo4j.hooks.neo4j.Neo4jHook
S

Neo4jSensor

Executes a Cypher query in Neo4j until the returned value satisfies a condition.

airflow.providers.neo4j.sensors.neo4j.Neo4jSensor