Skip to main content
PUT
Error

Path Parameters

projectUuid
string
required

Body

application/json

Project-wide default settings that can be overridden at explore or field level

pre_aggregate_execution_fallback
boolean

Whether a matched query whose pre-aggregate execution fails is served from the source warehouse (execution fallback). When false, the query errors instead of transparently running on the warehouse. Defaults to true if not specified.

granularity_labels
object

Override the display label of standard granularities (e.g. week: "Week starting Monday"). Keyed by standard granularity name; applies to Explorer dimension labels, the Explorer sidebar tree, and the date zoom.

additional_time_intervals
object

Extra time intervals appended to the built-in defaults for date/timestamp dimensions that do not declare their own time_intervals. Values may be standard granularities (e.g. hour) or custom_granularities keys.

column_totals
boolean

Default behavior for column totals in results tables. When false, the extra warehouse query that calculates column totals is not run by default for new queries. Charts that explicitly enable "Show column totals" still calculate them. Defaults to true if not specified.

case_sensitive
boolean

Default case sensitivity for string filters across the project. When false, all string filters will be case insensitive by default. Can be overridden at explore or field level. Defaults to true if not specified.

Response

Success

status
enum<string>
required
Available options:
ok
results
any