duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
90 stars 21 forks source link

[syntax error] Execute Query example #144

Open ChanlderQ opened 1 week ago

ChanlderQ commented 1 week ago

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 commented 1 week ago

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.