diff --git a/query.go b/query.go index 1c504d5..95b690c 100644 --- a/query.go +++ b/query.go @@ -251,6 +251,7 @@ func (client *Client) GetQueryResults(ctx context.Context, id int, ext string, o type ExecQueryJSONInput struct { Parameters map[string]any `json:"parameters,omitempty"` MaxAge int `json:"max_age,omitempty"` + NoCache bool `json:"-"` } func (client *Client) ExecQueryJSON(ctx context.Context, id int, input *ExecQueryJSONInput, out io.Writer) (*JobResponse, error) {