Skip to content

Commit 4f0923a

Browse files
committed
Upgrade worker type of HealthKitV2Statistics
1 parent 6a9e4ae commit 4f0923a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/glue-job-JSONToParquet.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Parameters:
3838
Description: >-
3939
Which worker type to use for this job.
4040
Medium data types include: HealthKitV2Samples, HealthKitV2Electrocardiogram,
41-
FitbitDailyData, FitbitSleepLogs
41+
FitbitDailyData, FitbitSleepLogs, HealthKitV2Statistics
4242
Default: 'G.4X'
4343

4444
LargeJobWorkerType:
@@ -59,7 +59,7 @@ Parameters:
5959
Description: >-
6060
How many DPUs to allot to this job.
6161
Medium data types include: HealthKitV2Samples, HealthKitV2Electrocardiogram,
62-
FitbitDailyData, FitbitSleepLogs
62+
FitbitDailyData, FitbitSleepLogs, HealthKitV2Statistics
6363
Default: 4
6464

6565
LargeJobNumberOfWorkers:
@@ -134,6 +134,8 @@ Resources:
134134
or dataset["type"] == "HealthKitV2Electrocardiogram"
135135
or dataset["type"] == "FitbitDailyData"
136136
or dataset["type"] == "FitbitSleepLogs"
137+
or dataset["type"] == "HealthKitV2Statistics"
138+
or dataset["type"] == "HealthKitV2Statistics"
137139
) -%}
138140
WorkerType: !Ref MediumJobWorkerType
139141
NumberOfWorkers: !Ref MediumJobNumberOfWorkers

0 commit comments

Comments
 (0)