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

Bug Report: Issue with sample data loader #1442

Closed
mroovaz opened this issue Aug 13, 2021 · 4 comments
Closed

Bug Report: Issue with sample data loader #1442

mroovaz opened this issue Aug 13, 2021 · 4 comments

Comments

@mroovaz
Copy link

mroovaz commented Aug 13, 2021

I have run into an issue while deploying sample data for amundsen as described in the guide: https://www.amundsen.io/amundsen/installation/

Expected Behavior

Sample data should be loaded without issues.

Current Behavior

While running cmd: \amundsen\databuilder>py example/scripts/sample_data_loader.py
Sample data loader fails in run_csv_job with 'example/sample_data/sample_application.csv' file.
Following error message may be searched by other users:
TypeError:_ __init__() got an unexpected keyword argument 'exec_date'

Possible Solution

It looks like csv_extractor is trying to read header row from the csv file. As a quick workaround to load sample data, I removed header row from sample_application.csv file.

Screenshots (if appropriate)

@boring-cyborg
Copy link

boring-cyborg bot commented Aug 13, 2021

Thanks for opening your first issue here!

@a-cid
Copy link

a-cid commented Aug 20, 2021

This is the commit that removed the exec_date parameter:
1a75a2f

A temporary workaround is to run pip install amundsen-databuilder==6.0.1 instead of python3 setup.py install

@stale
Copy link

stale bot commented Sep 3, 2021

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

@stale
Copy link

stale bot commented Sep 25, 2021

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.

@stale stale bot closed this as completed Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants