dhilst commented on issue #1837: URL: https://github.com/apache/age/issues/1837#issuecomment-2191637916
I'm facing the same error while trying to load the nodes from a CSV  I'm using the docker image. The `cities.csv` is the same as in the repo https://github.com/apache/age/blob/master/regress/age_load/data/cities.csv ``` services: age: image: apache/age container_name: age environment: - POSTGRES_USER=postgresUser - POSTGRES_PASSWORD=postgresPW - POSTGRES_DB=postgresDB ports: - "5430:5432" dns: - 8.8.8.8 - 8.8.4.4 - ``` -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org