I am a noob to Meltano. My corp is using Github E...
# plugins-general
t
I am a noob to Meltano. My corp is using Github Enterprise on premise. Can the tap-github be configured to look for repositories in our GHE instead of looking in github.com/repo?
v
Have you looked at the tap(s) (multiple for github) readme's to see if they offer what you're after?
p
It looks like the singer-io variant hard codes the api url but the meltanolabs supports a
api_url_base
in the config defaulted to https://api.github.com. Is that what youre looking for?
I actually also created an issue because the config option is used in the code but it doesnt look like its allowed as an input yet, I'm not sure if its a bug or purposeful yet.
t
Thanks @pat_nadolny I will investigate the singer-io variant
p
@tom_willis to be clear I meant that the meltanolabs variant is probably your best bet since it already uses that config value in the codebase, we just need to expose it. The singer-io variant needs to implement exposing it and using it throughout their codebase 😄
t
@pat_nadolny is there a secret to using the state file? I followed the instructions and when I rerun and point to the state file, it downloads all records again instead of doing an incremental download.
p
@tom_willis Are you running the tap with meltano? What commands are you using? Checkout https://docs.meltano.com/guide/integration#incremental-replication-state for details on how meltano manages state between runs