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
I am using Explorer on a new database. I ran a CREATE RDFGraph command. Then I ran the following:
COPY KBPedia FROM "/Users/ssalihog/Downloads/rdf-datasets/kbpedia/*.ttl"
and got this error:
The evaluation of this cell failed with the following error:
Binder exception: No file found that matches the pattern: /Users/ssalihog/Downloads/rdf-datasets/kbpedia/*.ttl.
It is because I needed to use multiple -v commands to mount multiple local directories to multiple directories that are visible to Docker. This is likely a common case and should be documented.
The text was updated successfully, but these errors were encountered:
I am using Explorer on a new database. I ran a CREATE RDFGraph command. Then I ran the following:
and got this error:
It is because I needed to use multiple -v commands to mount multiple local directories to multiple directories that are visible to Docker. This is likely a common case and should be documented.
The text was updated successfully, but these errors were encountered: