I created a neo4j causal cluster 4.0.4 on GCP.
While I am trying to load the csv with
<LOAD CSV WITH HEADERS FROM 'https://neo4j.com/docs/cypher-manual/4.0/csv/artists-with-headers.csv' AS line
CREATE (:Artist { name: line.Name, year: toInteger(line....