-
Notifications
You must be signed in to change notification settings - Fork 54
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
Not getting data | JSONDecodeError | {"currently_syncing": null} #54
Comments
The catalog for jira is built completely from the schema files I believe, so this is not surprising to me
Seems like you have invalid JSON in the catalog made by the tap / in your edits with the metadata
No clue. The taps are only written with a *nix environment in mind |
@luandy64 thanks for your response
Seems like you have invalid JSON in the catalog made by the tap / in your edits with the metadata
which wasnt working for me in python 3.9
I just edited tap_config.json with my JIRA credentials, urls, start_date and useragent.
noticed in code that -p is depreciated I didn't edited anything else. Executed with catalog file generated by discovery mode and set
for project type schema in catalog.json Am I missing something in execution ? Is there something else I need to do ? I am new user It would be kind of you if you can guide me a little here please. |
@luandy64 |
You should read this guide, I'm not sure you edited the catalog correctly https://github.com/singer-io/getting-started/blob/master/docs/DISCOVERY_MODE.md#example-2 |
Seems like this is what is needed to get things working on Windows? I'm not sure what to think here |
@luandy64 thanks for the info on metadata, but in order to get my catalog.json read by tap-jira for sync
to
Other wise it was expecting -p only and not even accepting -- catalog
If its feasible for you could you please check and modify code in your repo also please? I have got it working with target-csv for stream: projects Thanks in advance. |
Hi I am using tap-jira and target-csv to export jira data hosted locally to csv
I have configured config.json for jira and tried both discovery mode and sync mode
tap-jira -c config-jira.json -d > catalog.json
tap-jira -c config-jira.json -p catalog.json
There are few issues to be noticed here:
{ "start_date": "", "username": "", "password": "", "base_url": "", "user_agent": "" }
or I run with actual correct values, in both cases I get same catalog.json file and I get no exceptions.
Q1. Is singer compatible with powershell and windows ?
Q2. Is there something that I am missing in execution ?
The text was updated successfully, but these errors were encountered: