kestra-io / plugin-neo4j

Apache License 2.0
1 stars 2 forks source link

Invalid flow error while using Neo4j tasks #59

Closed shrutimantri closed 5 months ago

shrutimantri commented 7 months ago

Expected Behavior

The flow example as mentioned on the Neo4j plugin page should work seamlessly with proper placeholder values.

Actual Behaviour

When I was trying out the flow as mentioned on the Neo4j plugin page, the flow errors out while trying to save.

Screenshot 2024-03-14 at 11 38 52 AM

The error states "Illegal flow yaml".

The same error comes up with other Neo4j task(https://kestra.io/plugins/tasks/io.kestra.plugin.neo4j.batch) as well.

Steps To Reproduce

Create the same flow as stated on the plugin page with appropriate values. Save the flow. You will not be able to save the flow as an error would start appearing.

Environment Information

Example flow

id: "query" type: "io.kestra.plugin.neo4j.Query" url: "{{url}}" username: "{{username}}" password: "{{password}}" query: | MATCH (p:Person) RETURN p storeType: FETCH

loicmathieu commented 5 months ago

I tested it and it works. I suspect some plugin issue at that time that is fixed now.