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

[syntax error] Execute Query example #144

Open
ChanlderQ opened this issue Nov 12, 2024 · 1 comment
Open

[syntax error] Execute Query example #144

ChanlderQ opened this issue Nov 12, 2024 · 1 comment

Comments

@ChanlderQ
Copy link

In webpage: https://docs.dune.com/api-reference/executions/endpoint/execute-query
The python example: url = "https://api.dune.com/api/v1/query/{query_id}/execute".
There should be a f at the head. Correct one: url = f"https://api.dune.com/api/v1/query/{query_id}/execute"

@bh2smith
Copy link
Collaborator

Sorry - but I can not tell what you are referring to here. Is something in the docs page incorrect?

Maybe you want to report that to https://github.com/duneanalytics/dune-docs

Otherwise, you will need to provide a more specific reference to the error you are seeing.

Also, you're more than welcome to submit a PR instead of an issue... Seems like it would take approximately the same amount of time, and be more impactful.

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

No branches or pull requests

2 participants