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
See the test script above, if AssertNamespacePrefix would create previously unknown prefixes, then the prefixes would be stored correctly in datahub. But the http response would already have the context comiitted. So newly created prefixes would be missing in the output.
On subsequent requests to the same virtual dataset, the prefixes would not be new anymore - and therefore be in the context. So this is only an issue with first requests to a virtual dataset
The text was updated successfully, but these errors were encountered:
datahub/dataset_http_integration_test.go
Line 165 in 226f3b0
See the test script above, if AssertNamespacePrefix would create previously unknown prefixes, then the prefixes would be stored correctly in datahub. But the http response would already have the context comiitted. So newly created prefixes would be missing in the output.
On subsequent requests to the same virtual dataset, the prefixes would not be new anymore - and therefore be in the context. So this is only an issue with first requests to a virtual dataset
The text was updated successfully, but these errors were encountered: