|
@@ -108,6 +108,11 @@ OR exploded_value = '晚安' \
|
|
|
OR exploded_value = '祝福' \
|
|
|
OR exploded_value = 'P1高风险' \
|
|
|
OR exploded_value = 'P0高风险' \
|
|
|
+OR exploded_value = '初一' \
|
|
|
+OR exploded_value = '初二' \
|
|
|
+OR exploded_value = '初三' \
|
|
|
+OR exploded_value = '初四' \
|
|
|
+OR exploded_value = '初五' \
|
|
|
)".format(TABLE)
|
|
|
print("sql:"+sql)
|
|
|
records = execute_sql_from_odps(project=PROJECT, sql=sql)
|