airflow.providers.neo4j.operators.neo4j¶
Module Contents¶
-
class
airflow.providers.neo4j.operators.neo4j.Neo4jOperator(*, sql: str, neo4j_conn_id: str = 'neo4j_default', parameters: Optional[Union[Mapping, Iterable]] = None, **kwargs)[source]¶ Bases:
airflow.models.BaseOperatorExecutes 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
- Parameters
sql (str) -- the sql code to be executed. Can receive a str representing a sql statement
neo4j_conn_id (str) -- Reference to Neo4j connection id.