You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got it working when i ran on separate virtualenvs now getting this error
sys.exit(main())
File "/Users/nicholassewitz/marketo-fulcrum/tap-marketo/lib/python3.6/site-packages/tap_marketo/__init__.py", line 320, in main
do_sync()
File "/Users/nicholassewitz/marketo-fulcrum/tap-marketo/lib/python3.6/site-packages/tap_marketo/__init__.py", line 267, in do_sync
singer.write_schema("leads", schema, ["id"])
File "/Users/nicholassewitz/marketo-fulcrum/tap-marketo/lib/python3.6/site-packages/singer/__init__.py", line 91, in write_schema
key_properties=key_properties))
File "/Users/nicholassewitz/marketo-fulcrum/tap-marketo/lib/python3.6/site-packages/singer/__init__.py", line 52, in _write_message
sys.stdout.write(message.tojson() + '\n')
BrokenPipeError: [Errno 32] Broken pipe
When I try and send marketo data to the singer target-csv I am getting this error
The text was updated successfully, but these errors were encountered: