Pavel Vasilevich

Results 5 comments of Pavel Vasilevich

What is the status of this pull request? Is support of Neo4J v4 will be added to Cartography?

I just wanted to remind about this task (it was originally created to be finished before 28 November). However, according to https://neo4j.com/developer/kb/neo4j-supported-versions/ support of 3.5 version is extended to 27th...

I have manually removed "array" from functions declaration and checked how it will work for simple string argument. I've faced another issue: ``` Code: 400 Value: Bad Request details (if...

The proposal is to use the following query instead: ``` MATCH (:AWSAccount{id: "030371291164"})-[:RESOURCE]->(i:EC2Instance) WHERE i.region = "eu-west-1" RETURN i.imageid as imageid UNION MATCH (:AWSAccount{id: "030371291164"})-[:RESOURCE]->(lc:LaunchConfiguration) WHERE lc.region = "eu-west-1" RETURN...

Please accept pull request https://github.com/lyft/cartography/pull/1290 in order to fix this. I am currently using fork of Cartography with my fix, and this is the only issue found with Neo4J v5...