-
Notifications
You must be signed in to change notification settings - Fork 968
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
Running sample_data_loader.py raises a ValueError #803
Comments
I am having the same issue too |
will take a look. thanks for reporting. |
i'm debugging this, will post stuff as I find it i changed the log line at
then later, when the exception is raised, that is trying to insert -- edit 1:
when the first previously this column was force set to -- edit 2: i tried out this fix by making the
i'll look closer, but I'm getting a bit stuck. I'm not sure how the data were loading before, given the mix of strings and numbers |
meant to mention -- this was caused (or possibly more accurately, revealed) by amundsen-io/amundsendatabuilder#380 |
@HenryLiMN fixed are merged in databuilder, could you pull the latest master and retry? |
feel free to reopen if the issue persists. |
It worked! Thanks for the quick fix 🚀 |
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
Expected Behavior
I'm following the quick start guide: https://github.com/amundsen-io/amundsen/blob/master/docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker
Everything up to the sample data ingestion step works. The expected behavior is that the sample table metadata is ingested into the Neo4j graph.
Current Behavior
When I get to the step where it's supposed to ingest sample data using
python3 example/scripts/sample_data_loader.py
, it raises a ValueError and fails to ingest the sample data:Possible Solution
Steps to Reproduce
python3 example/scripts/sample_data_loader.py
step and run itScreenshots (if appropriate)
Context
Your Environment
Followed the quick start guide's steps exactly
The text was updated successfully, but these errors were encountered: