You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion, @francescomucio. Do you have an example API or APIs that do accept a list of values? As far as I know different APIs use different ways of accepting lists (e.g. repeating the query string param ?id=1&id=2&id=3, comma delimited ?id=1,2,3, encoding json-lists and so on.) How would rest_api source know the right way to serialize the list for an API call?
Feature description
Some APIs allow to pass a list of elements to collect further details on some resources, this is a way to limit the number of calls.
The idea would be something like:
A few notes:
Are you a dlt user?
Yes, I run dlt in production.
Use case
APis accepting arrays of elements
Proposed solution
Add an additional params type
Related issues
No response
The text was updated successfully, but these errors were encountered: