-
Notifications
You must be signed in to change notification settings - Fork 964
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
Comments
Thanks for opening your first issue here! |
This is the commit that removed the exec_date parameter: A temporary workaround is to run |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
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. |
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)
The text was updated successfully, but these errors were encountered: