Hi, I have a free AuraDB account. I'm trying to load data from a CSV file hosted on AWS S3 using the cypher LOAD CSV statement. I have the policy set so the the file is openly available to everyone. I keep getting this error : "Unable to complete transaction.: Transaction hook failure.". The same Cypher works just fine on Neo4j Desktop. Is there something about LOAD CSV on Aura vs Desktop that should work differently? Is there any way to see more details? Is there a way to see the log on AuraDB? Thanks for any help.
It might be that you ran into the size limits of 200k nodes and 400k relationships?
But it should be in the nested error message.