rmidhun23 commented on PR #52990: URL: https://github.com/apache/airflow/pull/52990#issuecomment-3074157818
> hi @eladkal. > > The issue is that the `parameters` accepted by the operator are [not passed](https://github.com/apache/airflow/blob/main/providers/neo4j/src/airflow/providers/neo4j/hooks/neo4j.py#L124) while running query in the Neo4j driver session. This PR aims to allow users to run both static and [parameterized queries](https://neo4j.com/docs/cypher-manual/current/syntax/parameters/#cypher-parameters-introduction) for Neo4j. > > The operator supports only for static queries and you don't have an option to use dynamic values in query. An example use-case is where one relies on upstream data. > > Let me know if this clarifies my intentions with this fix. @eladkal Would like your comments on this, Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
