Commit 8a9da898 by fangxingjun

no message

parent fec40875
......@@ -18,6 +18,8 @@ if __name__ == '__main__':
d2 = f'0{d2}' if int(d2) < 10 else f'{d2}'
db_type = 'postgresql_14'
import_table = f"{site_name}_asin_detail_month_{d1}_{d2}"
if date_type == 'day':
import_table = f"{site_name}_asin_detail_day_{date_info.replace('-', '_')}"
hive_table = "ods_asin_detail"
partition_dict = {
"site_name": site_name,
......
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