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
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.
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"
The text was updated successfully, but these errors were encountered: