Skip to content
New issue

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

Enable resolve for query and json parameters #2208

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from

Conversation

francescomucio
Copy link
Contributor

@francescomucio francescomucio commented Jan 13, 2025

Description

Related Issues

Additional Context

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 53b924f
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6792044aae3b8300084565d3

@burnash burnash requested review from burnash and removed request for burnash January 13, 2025 12:41
@burnash burnash self-assigned this Jan 13, 2025
@francescomucio
Copy link
Contributor Author

@burnash feel free to review this

def recursive_search(value):
if isinstance(value, dict):
for key, val in value.items():
recursive_search(key)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate on the use case for this? Is this the case for JSON with parametrized keys?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have an exact use case for this, but given the crazy APIs out there, I guess this can happen too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rest_api: Enable resolve in query parameters
2 participants