|
@@ -465,12 +465,14 @@ public class SampleTest {
|
|
|
|
|
|
@Test
|
|
|
public void etlKuaishouData() {
|
|
|
- String dateString = "2021-01-05";
|
|
|
+ String dateString = "2020-07-18";
|
|
|
Date startDate = DateUtils.parseDate(dateString, "yyyy-MM-dd");
|
|
|
- for (int i = 0; i <= 10; i++) {
|
|
|
+ for (int i = 0; i <= 450; i++) {
|
|
|
Date getDate = DateUtils.addDay(startDate, i);
|
|
|
- kuaishouVideoEtlInfoService.etlKuaishouVideoInfo(getDate);
|
|
|
- bytedanceVideoEtlInfoService.etlBytedanceVideoInfo(getDate);
|
|
|
+ kuaishouVideoEtlInfoService.etlKuaishouVideoInfoGroupByProjectId(getDate);
|
|
|
+// bytedanceVideoEtlInfoService.etlBytedanceVideoInfoByProjectId(getDate);
|
|
|
+// kuaishouVideoEtlInfoService.etlKuaishouVideoInfo(getDate);
|
|
|
+// bytedanceVideoEtlInfoService.etlBytedanceVideoInfo(getDate);
|
|
|
}
|
|
|
}
|
|
|
|