-
Notifications
You must be signed in to change notification settings - Fork 961
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
Installation Datasets : Field May not be null #939
Comments
I tried this version of the databuilder: 3e28137 |
cc @allisonsuarez hey Allison, do you know if it is related to recent change to mashmallow lib? |
@mclose90 @aselelliott could you verify with this commit (6445175) and see if the issue persists? I am trying to see if it is due to recent clean up in metadata/databuilder naming. |
Using commit 6445175 I still get the same error on the UI "Something went wrong" but in the docker logs I get a different error output now. |
@mclose90 thanks for getting back. @allisonsuarez it seems to be the same issue with https://github.com/amundsen-io/amundsenmetadatalibrary/pull/262/files that after bumping the common lib version, we need to fix https://github.com/amundsen-io/amundsenfrontendlibrary/blob/4f20cc9f93c0529671007cfb6747d071ee711ffb/amundsen_application/api/utils/metadata_utils.py#L110 |
I have had this error, is solved changing the image version in the chart. The problem was that de data builder works with a version schema different to the Docker metadata imagen. |
I was following the installation instructions and everything seemed to be working until I get to step Verify Setup part 2.
When I navigate to http://localhost:5000/table_detail/gold/hive/test_schema/test_table1. I get something went wrong.
In the browser logs and docker logs I see.
{"msg":"Encountered exception: {'columns': {0: {'col_type': ['Field may not be null.'], 'stats': {0: {'stat_type': ['Field may not be null.']}, 1: {'stat_type': ['Field may not be null.']}, 2: {'stat_type': ['Field may not be null.']}, 3: {'stat_type': ['Field may not be null.']}, 4: {'stat_type': ['Field may not be null.']}}}, 1: {'col_type': ['Field may not be null.']}, 2: {'col_type': ['Field may not be null.']}, 3: {'col_type': ['Field may not be null.']}, 4: {'col_type': ['Field may not be null.'], 'stats': {0: {'stat_type': ['Field may not be null.']}, 1: {'stat_type': ['Field may not be null.']}, 2: {'stat_type': ['Field may not be null.']}}}}}","status_code":500,"tableData":{}}
Expected Behavior
Table information to be displayed
Current Behavior
"Something went wrong"
Docker logs show Field may not be null
Steps to Reproduce
1.) I used a fresh linux mint Ubuntu focal based installation.
2.) Installed all need docker components
3.) follow the installation.md line for line w/ Neo4j
4.) Go all the way to Verify setup step 2
Screenshots (if appropriate)
Context
This issue has affected me by not being able to verify setup.
Your Environment
OS: Linux Mint 20.1 x86_64
Host: VirtualBox 1.2
Kernel: 5.4.0-66-generic
The text was updated successfully, but these errors were encountered: