{statsig_start_date}
{statsig_end_date}
2023-09-01
to 2023-09-03
, this query:
Timezone Note
All timestamps in Warehouse Native from statsig are in UTC, and it is assumed that timestamps in the warehouse will be timezone-less/UTC as well.Advanced Macros
-
{statsig_start_date_int}
-
{statsig_end_date_int}
Int versions of the above for use with number based partitioning - e.g. ‘2025-03-01’ => 20250301 -
{statsig_experiment_start_timestamp}
Only available for metric sources and entity property sources; this will resolve to the start timestamp of the experiment. In non-experiment contexts, it resolves toTIMESTAMP('1970-01-01')
. This is useful for generating entity properties such as “30d revenue before the experiment started”.