Commit 4f3cf1f3 by hejiangming

no message

parent ea191376
...@@ -47,8 +47,8 @@ if __name__ == '__main__': ...@@ -47,8 +47,8 @@ if __name__ == '__main__':
# 2) 表名拼装 # 2) 表名拼装
# master 表(DBA 建好的,PARTITION BY RANGE):us_aba_word_heat_2026 # master 表(DBA 建好的,PARTITION BY RANGE):us_aba_word_heat_2026
# 子分区表:us_aba_word_heat_month_2026_05 # 子分区表:us_aba_word_heat_2026_05
# copy 表:us_aba_word_heat_month_2026_05_copy # copy 表:us_aba_word_heat_2026_05_copy
suffix = str(date_info).replace("-", "_") suffix = str(date_info).replace("-", "_")
year_str = CommonUtil.safeIndex(date_info.split("-"), 0, None) year_str = CommonUtil.safeIndex(date_info.split("-"), 0, None)
next_val = CommonUtil.get_next_val(date_type, date_info) next_val = CommonUtil.get_next_val(date_type, date_info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment