lnoir opened a new issue, #208: URL: https://github.com/apache/incubator-age/issues/208
I'm trying to import an existing graph. The documentation [here](https://age.apache.org/docs/master/intro/agload.html) states that the function `load_labels_from_file` can be used to create vertices from CSV files containing relevant data. However, when I run: ``` SELECT create_vlabel('testgraph','Country'); SELECT load_labels_from_file('testgraph', 'Country', 'age_load/data/countries.csv'); ``` I receive the following error: ``` function load_labels_from_file(unknown, unknown, unknown) does not exist ``` The same applies for `load_edges_from_file`. What am I doing wrong? If the above should work, is the function not available in the version I'm using? I'm currently using the [sorrell/apache-age](https://hub.docker.com/r/sorrell/apache-age) docker image. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
