You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
load_edges_from_file parser error
I follow the document https://age.apache.org/age-manual/master/intro/agload.html to import data from file. After imported, the edge table has city properties filed import unnecessary csv value(end_vertex_type), as the following image shows.
How are you accessing AGE (Command line, driver, etc.)?
[Navicate]
Expected behavior
The end_vertex_type should not import to properties filed.
Environment (please complete the following information):
Version: [docker.m.daocloud.io/apache/age] PostgreSQL 16.3 (Debian 16.3-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
The text was updated successfully, but these errors were encountered:
@sorrell We should probably have @MuhammadTahaNaveed look into this, if he is available and has time to do so. He was the last to work on the loader, and there were significant changes #2044
By default, the Docker image with the latest tag is pulled, which corresponds to AGE version 1.5.0. I was able to reproduce the issue on AGE 1.5.0 but not on the master branch, which includes many fixes made after the 1.5.0 release, including #2044 for the csv loader.
You can use the dev_snapshot_PG<version> tag, which contains all the fixes made after 1.5.0.
load_edges_from_file parser error
I follow the document
https://age.apache.org/age-manual/master/intro/agload.html
to import data from file. After imported, the edge tablehas city
properties filed import unnecessary csv value(end_vertex_type), as the following image shows.How are you accessing AGE (Command line, driver, etc.)?
Expected behavior
The
end_vertex_type
should not import to properties filed.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: