Inputs
None.Outputs
One output. No naming constraint foroutputKey and outputName.
Parameters
SQL Filter
SQL filters are applied to a table with the following schema:
The same event can happen in different timezone, so on a slightly different timeframe.
For instance, Christmas in France happens around 7 hours before Christmas in the United-States, so it is good practice to filter the
HOLIDAY events by a limited set of countries.
Example:
- Take all
HOLIDAYevents happening in theUSand allCUSTOMevents created by the business team:
'US' member of dimensionMap['countryCode'] OR (type = 'CUSTOM')

