Bug Report - Schema Descriptions no longer appear in the frontend
See original GitHub issueExpected Behavior
Have built the latest version (databuilder.6.7.1) using docker-amundsen-local.yml Loaded this with sample data (sample_data_loader.py) Entered “test” into the search box In the results list the “test_schema” name in the hive://gold.test_schema results should be underlined and upon hovering show a tooltip with the schema description (“test schema description”)
Current Behavior
The schema names are not underlined. No tooltips are visible.
Possible Solution
Not a solution but possibly a pointer to the issue - I can see from the frontend output that the search results don’t look right
{
"type":"table",
"key":"delta://gold.test_schema/delta_test_table",
"name":"delta_test_table",
"cluster":"gold",
"description":"test table for delta",
"database":"delta",
"schema":"test_schema",
"schema_description":null, // <- Should not be null
"badges":[
],
"last_updated_timestamp":null
},
Steps to Reproduce
- Build recent release locally
- Load with sample data
- Search for “test”
- Observer lack of tooltip in results list
Screenshots (if appropriate)
Context
Our current prod build (common-0.24.1) functions correctly in this regard. This is stopping us from upgrading.
Your Environment
- Amunsen version used: databuilder-6.7.1
- Data warehouse stores: sample data
- Deployment (k8s or native):
- Link to your fork or repository:
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Frontend: The schema for `.gitlab-ci.yml` is missing support for ...
When using the !reference keyword in a .gitlab-ci.yml, this is shown as invalid syntax. This affects the web CI validation and VS Code....
Read more >Common anti-patterns in GraphQL schema design
Schema plays a significant role in GraphQL servers. When building out a new schema, be on the lookout for these common anti-patterns.
Read more >Use existing Cognito resources for your Amplify API, Storage ...
This post was written by Rene Brandel, Senior Product Manager, AWS. In this guide you will learn how to integrate your existing Cognito...
Read more >Guide to using JSON schema forms - Remote
Depending on the form and application, on the frontend, this can mean a lot of work if you want to provide a solid...
Read more >How should I tell front-end to stop passing bugs to back-end ...
A backend bug should be ticketable without any reference whatsoever to a particular frontend, only to the backend's interface.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one.