@@ -4241,8 +4241,16 @@ def run(
4241
4241
input data will be randomly sampled to hit the count.
4242
4242
holiday_regions (List[str]):
4243
4243
Optional. The geographical regions to use when creating holiday
4244
- features. This option is only allowed when dataGranularity is
4245
- ``day``.
4244
+ features. This option is only allowed when data_granularity_unit
4245
+ is ``day``. Acceptable values can come from any of the following
4246
+ levels:
4247
+ Top level: GLOBAL
4248
+ Second level: continental regions
4249
+ NA: North America
4250
+ JAPAC: Japan and Asia Pacific
4251
+ EMEA: Europe, the Middle East and Africa
4252
+ LAC: Latin America and the Caribbean
4253
+ Third level: countries from ISO 3166-1 Country codes.
4246
4254
sync (bool):
4247
4255
Optional. Whether to execute this method synchronously. If False, this method
4248
4256
will be executed in concurrent Future and any downstream object will
@@ -4547,8 +4555,16 @@ def _run(
4547
4555
input data will be randomly sampled to hit the count.
4548
4556
holiday_regions (List[str]):
4549
4557
Optional. The geographical regions to use when creating holiday
4550
- features. This option is only allowed when dataGranularity is
4551
- ``day``.
4558
+ features. This option is only allowed when data_granularity_unit
4559
+ is ``day``. Acceptable values can come from any of the following
4560
+ levels:
4561
+ Top level: GLOBAL
4562
+ Second level: continental regions
4563
+ NA: North America
4564
+ JAPAC: Japan and Asia Pacific
4565
+ EMEA: Europe, the Middle East and Africa
4566
+ LAC: Latin America and the Caribbean
4567
+ Third level: countries from ISO 3166-1 Country codes.
4552
4568
sync (bool):
4553
4569
Whether to execute this method synchronously. If False, this method
4554
4570
will be executed in concurrent Future and any downstream object will
0 commit comments