Open ninomllr opened 2 years ago
When loading the commits the tap-gitlab only loads commits that are already on the main branch of a repository. All others are not loaded. I think this could be solved with the all flag? https://docs.gitlab.com/ee/api/commits.html
all
@ninomllr - This makes sense to me. Do you feel this would be something you could contribute in a PR?
cc @pnadolny13, @tayloramurphy
@aaronsteers see here: https://github.com/MeltanoLabs/tap-gitlab/pull/63
When loading the commits the tap-gitlab only loads commits that are already on the main branch of a repository. All others are not loaded. I think this could be solved with the
all
flag? https://docs.gitlab.com/ee/api/commits.html