File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments