Gerência Qualidade
10/22/2024, 12:04 AMtap-rest-api-msdk
. My REST API is simple and only provides an endpoint GET /resource/:id
When I provide the :id
directly at path
I get data. How can I provide a list of ids
as input to an extractor in order to make many requests to the REST API?Andy Carter
10/22/2024, 7:57 AM<http://api.mysite.com/tickets|api.mysite.com/tickets>
as opposed to <http://api.mysite.com/tickets/123|api.mysite.com/tickets/123>
?Gerência Qualidade
10/22/2024, 11:38 AMGerência Qualidade
10/22/2024, 11:38 AMids
that I need to retrieve.Gerência Qualidade
10/23/2024, 12:07 PMid
and combine them using dbt
?Andy Carter
10/23/2024, 3:09 PMGerência Qualidade
10/24/2024, 10:08 AMdbt
, I think that for now I will focus on learning Meltano
and Airflow
When you say to build a custom tap do you mean a custom tap for extracting data from this API?Andy Carter
10/24/2024, 10:38 AMtap-rest-api-msdk
work for you for now.