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

Installation Datasets : Field May not be null #939

Closed
mclose90 opened this issue Mar 2, 2021 · 7 comments · Fixed by #951
Closed

Installation Datasets : Field May not be null #939

mclose90 opened this issue Mar 2, 2021 · 7 comments · Fixed by #951
Labels
status:completed Issue is completed and on master type:bug An unexpected problem or unintended behavior

Comments

@mclose90
Copy link

mclose90 commented Mar 2, 2021

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)

image

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

  • Amunsen version used: commit 8836cd9
@feng-tao feng-tao added the type:bug An unexpected problem or unintended behavior label Mar 3, 2021
@aselelliott
Copy link

aselelliott commented Mar 3, 2021

I am facing the same issue.
OS: Linux 3.10.0 x86_64

image

@Coqueiro
Copy link

Coqueiro commented Mar 4, 2021

I tried this version of the databuilder: 3e28137
And it worked.

@feng-tao
Copy link
Member

feng-tao commented Mar 5, 2021

cc @allisonsuarez hey Allison, do you know if it is related to recent change to mashmallow lib?

@feng-tao
Copy link
Member

feng-tao commented Mar 5, 2021

@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.

@mclose90
Copy link
Author

mclose90 commented Mar 5, 2021

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.

image

@feng-tao
Copy link
Member

feng-tao commented Mar 5, 2021

@HenrryVargas
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:completed Issue is completed and on master type:bug An unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants