question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug Report - Schema Descriptions no longer appear in the frontend

See original GitHub issue

Expected 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

  1. Build recent release locally
  2. Load with sample data
  3. Search for “test”
  4. Observer lack of tooltip in results list

Screenshots (if appropriate)

image image

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:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Apr 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

0reactions
stale[bot]commented, Jun 18, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found