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

After associating a Dataset with Structured Property (through GraphiQL), the dataset UI vanished #11995

Open
raychaudhuri-amitava opened this issue Dec 1, 2024 · 0 comments
Labels
bug Bug report

Comments

@raychaudhuri-amitava
Copy link

raychaudhuri-amitava commented Dec 1, 2024

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)
Screenshot 2024-12-02 at 3 16 41 AM

@raychaudhuri-amitava raychaudhuri-amitava added the bug Bug report label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant