We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
"params": { "resource_id": { "type": "resolve_list", "field": "id", "resource": "parent_resource", "list_size": 100 }, },
A few notes:
Yes, I run dlt in production.
APis accepting arrays of elements
Add an additional params type
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: