memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.
https://pypi.org/project/gqlalchemy/
Apache License 2.0
226 stars 32 forks source link

Expand LOAD CSV with remote CSV location #264

Closed katarinasupe closed 4 months ago

katarinasupe commented 1 year ago

If anything is required, expand LOAD CSV with the possibility of loading CSV from a remote location. Maybe only docstring needs to be changed, not sure.

imilinovic commented 9 months ago

Do you mean to be able to use load_csv with https:// path? If so that is already possible otherwise please elaborate more. @katarinasupe

katarinasupe commented 9 months ago

Yes @imilinovic, you're right. I just added all new clauses/clause options as issues, but I think that's already possible like you mentioned and only docstring in the code would have to be updated in this case. This is a low priority.