Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neptune-export service doesn't honor rdfExportScope param #217

Open
shur-gro opened this issue May 23, 2022 · 0 comments
Open

neptune-export service doesn't honor rdfExportScope param #217

shur-gro opened this issue May 23, 2022 · 0 comments

Comments

@shur-gro
Copy link

shur-gro commented May 23, 2022

Running the following command through awscurl

awscurl -X POST -H 'Content-Type: application/json' https://myuri.amazonaws.com/v1/neptune-export -d ' { "command": "export-rdf", "params": { "endpoint": "myuri.neptune.amazonaws.com"}, "outputS3Path": "s3://mybucket/neptune-export", "rdfExportScope":"query", "sparql":"CONSTRUCT {?s ?p ?o} WHERE {GRAPH http://mygraph/regions {?s ?p ?o}}"}'

Expected: only the query results are exported.
Actual: contents of all named graphs are exported in a single file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant