Vinod Kumar

Results 3 comments of Vinod Kumar

@luandy64 thanks for your response > File "c:\singer\tap-jira\lib\site-packages\singer\utils.py", line 174, in parse_args args.properties = load_json(args.properties) **Seems like you have invalid JSON in the catalog made by the tap / in...

@luandy64 ```Context.is_selected(stream.tap_stream_id)``` is not returning true for any of my streams even if I have "selected": true, added to catalog file

@luandy64 thanks for the info on metadata, but in order to get my catalog.json read by tap-jira for sync I had to change tap-jira/__init__.py from >catalog = Catalog.from_dict(args.properties) \ if...