Hello! I am new to DataHub. I am trying to get the...
# troubleshoot
b
Hello! I am new to DataHub. I am trying to get the dataset over graphiql, but the problem is with the parameter "schemaMetadata". if I make a request without this field, everything is fine. If I specify it, I get an error.
g
you'll want to provide a version to schemaMetadata
e.g.
schemaMetadata(version: 0) {
...selection
}
1
b
thank you a lot!