duneanalytics / dune-client

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

Make Query.name optional with default #25

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Either make the default "unnamed" or an empty string. Problem with empty string is that logs will read like "refreshing query ''". If we go with empty string we could adapt the logs to use name if name else query_id