-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
The try it https://www.singer.io/#what-it-is code on singer.io doesn't work
After installing
pip3 install target-csv tap-exchangeratesapi
Executing
tap-exchangeratesapi | target-csv
Throws the below error:
Traceback (most recent call last):
File "/usr/local/bin/tap-exchangeratesapi", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/tap_exchangeratesapi/__init__.py", line 113, in main
start_date = singer.utils.strptime_with_tz(start_date).date().strftime(DATE_FORMAT)
AttributeError: module 'singer.utils' has no attribute 'strptime_with_tz'
MacOS Mojave (10.14.6)
deanmorin and fenimore
Metadata
Metadata
Assignees
Labels
No labels