From f7f4d6af542b43d0ae4b14ba8f80e370ebad1b6e Mon Sep 17 00:00:00 2001 From: litaolemo <593516104@qq.com> Date: Tue, 15 Sep 2020 10:32:38 +0800 Subject: [PATCH] udpate --- task/ecommerce_income_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/ecommerce_income_report.py b/task/ecommerce_income_report.py index f2a4b84..eef238a 100644 --- a/task/ecommerce_income_report.py +++ b/task/ecommerce_income_report.py @@ -201,7 +201,7 @@ group BY partition_date FROM ( SELECT cl_id,partition_date - FROM bl_hdfs_maidian_updates + FROM online.bl_hdfs_maidian_updates WHERE partition_date >='{start_date}'and partition_date < '{end_date}' AND action='page_view' AND params['page_name'] = 'welfare_detail' -- 2.18.0