Explorar o código

test(spark): 加 select_dim_calendar_dw2 验证 DataX 导入

tianyu.chu hai 1 semana
pai
achega
bede1bfba2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/integration/spark/select/select_dim_calendar_dw2.sql

+ 4 - 0
tests/integration/spark/select/select_dim_calendar_dw2.sql

@@ -0,0 +1,4 @@
+-- workspace 下临时查询,不走正式目录。
+-- 用途:验证 DataX 导入 test.dim_calendar_dw2 的数据是否能通过 Spark 入口读出。
+
+SELECT * FROM test.dim_calendar_dw2 LIMIT 10;