-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
After associating a Dataset with Structured Property (through GraphiQL), the dataset UI vanished #11995
Comments
Suspect I'm having the same issue on 0.15.0, even creating structured properties in the UI raises and internal server error. Did you ever fix it @raychaudhuri-amitava ? |
The logs are exciting: 025-01-14 21:11:44,444 [ForkJoinPool.commonPool-worker-357] ERROR c.l.d.g.e.DataHubDataFetcherExceptionHandler:45 - Failed to execute fragment searchResults on SearchResults { |
I am using custom properties instead of structural properties. I will move to structural properties once this issue is fixed. |
Hello,
Datahub setup is done using:
python3 -m datahub docker quickstart --arch arm64
python -m datahub docker ingest-sample-data
Issue:

I tried to associate a Structured Property with Dataset using the following mutation graphql:
mutation upsertStructuredProperties {
upsertStructuredProperties(
input: {
assetUrn: "urn:li:dataset:(urn:li:dataPlatform:hive,SampleHiveDataset,PROD)",
structuredPropertyInputParams: [
{
structuredPropertyUrn: "urn:li:structuredProperty:PIIROWS",
values: [
{
stringValue: "event_name-event_data"
}
]
}
]
}
) {
properties{
structuredProperty{
urn
}
}
}
}
After this I am not able to see anything on UI.
http://localhost:9002/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,SampleHiveDataset,PROD)
DataHub
Something went wrong.
An unexpected error occurred. Please try again later, or reach out to your administrator
Need support? Check out these resources:
DataHub Project
DataHub Docs
DataHub GitHub (edited)
The text was updated successfully, but these errors were encountered: