Hello team, I keep seeing this error when configur...
# troubleshooting
s
Hello team, I keep seeing this error when configuring tap-githib extractor. This tap requires one and only one of the following path options: {'user_usernames', 'organizations', 'repositories', 'searches', 'user_ids'}. This is happening after configuring Repository Config field. Any idea?
p
Hey @sudeep_puvadi - yes that tap allows you to configure several different methods of querying github, but you can only use one. See the README for more details. I use that tap and configured organizations to search in our Squared meltano project. Does that help?
s
Yes, It helps. Thank you @pat_nadolny! I did followed this tutorial and it seems the configuration section of this tap is outdated. https://docs.meltano.com/getting-started/part1
p
@sudeep_puvadi thanks for raising that! I created an issue to get it updated https://github.com/meltano/meltano/issues/6983
s
Thank you @pat_nadolny
One more question @pat_nadolny, After the first run of tap-github to target-jsonl. Where can I find more details related to incremental run and logs of the job etc. Would you please guide me in the right direction about those details.
p
Check out the state docs and the storing logs docs