Commit d27cbb47 by hejiangming

ods_seller_asin_product.py 增加 buy_data 月销字段 对应hive表为 ods_asin_detail_product

parent ae9f5874
...@@ -40,8 +40,9 @@ if __name__ == '__main__': ...@@ -40,8 +40,9 @@ if __name__ == '__main__':
created_at, created_at,
updated_at, updated_at,
null as month, null as month,
seller_id seller_id,
from {import_table} buy_data
from {import_table}
where 1=1 where 1=1
and \$CONDITIONS and \$CONDITIONS
""" """
......
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