Skip to content

Commit

Permalink
Use code format for context parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vtlim authored Dec 7, 2023
1 parent d1659b4 commit 20e318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying/timeseriesquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ timeseries query for the interval 2012-01-01/2012-01-04 using the SUM aggregator

Time buckets that lie completely outside the data interval are not filled with the default value.

You can disable all empty bucket filling with the context flag "skipEmptyBuckets".
You can disable all empty bucket filling with the context flag `skipEmptyBuckets`.
In this mode, Druid omits the data point 2012-01-02 from the results.
For example:

Expand Down

0 comments on commit 20e318d

Please sign in to comment.