-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(ui) Add structured properties support in the UI #9695
feat(ui) Add structured properties support in the UI #9695
Conversation
if (error) { | ||
console.log(`Received an error! ${error}`); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a remnant of testing? Ideally we shouldn't push errors to the console. If it's for internal capture - let's send to a reporting agent, if it's user-relevant feedback let's show it in an error message in the UI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah no this just got copied over since it's in acryl-main, didn't mean to add it. can remove since we already show the error to the user below it looks like
05111c5
to
edb8ce4
Compare
This PR builds off of the recent backend PR where we are now supporting Structured Properties for both base entities and schema fields in the UI. If you use our YAML ingesters to add structured props to entities or schema fields, we will show them in the properties tab or the schema tab. As such, the schema tab now sees a little uplift with a new schema field drawer you can click on to open it up.
Note: this is only supported for datasets to start. We have a ticket and piece of work planned for supporting all entity types with structured props.
Screenshots:
Checklist