Greetings! Does anyone know if there is a way to d...
# random
s
Greetings! Does anyone know if there is a way to dynamically use
tap-rest-api-msdk
?? My case: I want to extract info from Jenkins REST API, for each pipeline, so the URL paths would depend on their names, which can be changed, deleted or new ones can be created.
e
Hi @Samuel Nogueira Farrus 👋 So you'd have a dynamic list of pipeline names, and for each you'd trigger a sync of the "pipelines" stream? I don't think that tap supports something like that, but sounds like a good use case for parent-child streams if there's an endpoint where you could programmatically get the job names.