Skip to content

The 'Try It' code on singer.io doesn't work #66

Description

@gamebusterz

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions