Skip to content

Commit

Permalink
6. Bulk Api add sync to Partition
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <[email protected]>
  • Loading branch information
msvinaykumar committed Oct 8, 2024
1 parent 750407d commit 68e99c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ public void run() {
Timestamp interval_start_time = Timestamp.from(localDateTime.toInstant(ZoneOffset.UTC));
int steps = CREATE_EXPERIMENT_CONFIG_BEAN.getMeasurementDuration() * KruizeConstants.TimeConv.NO_OF_SECONDS_PER_MINUTE; // todo fetch experiment recommendations setting measurement
//Get metaData
//example metadataInfo = dataSourceManager.importMetadataFromDataSource(datasource, uniqueKey, interval_start_time_epoc, interval_end_time_epoc, steps);
metadataInfo = dataSourceManager.importMetadataFromDataSource(datasource, uniqueKey, interval_start_time_epoc, interval_end_time_epoc, steps);
} else {
//Get metaData
//metadataInfo = dataSourceManager.importMetadataFromDataSource(datasource, uniqueKey, 0, 0, 0);
metadataInfo = dataSourceManager.importMetadataFromDataSource(datasource, uniqueKey, 0, 0, 0);
}
List<String> recommendationsRequiredExperiments = new CopyOnWriteArrayList<>();
if (null == metadataInfo) {
Expand Down

0 comments on commit 68e99c8

Please sign in to comment.