Commit 0f2ee04f authored by litaolemo's avatar litaolemo

update

parent 10db9cdb
......@@ -204,7 +204,7 @@ sql_search_ctr = r"""
LATERAL VIEW explode (a.recommend_type) v as recommend_type
group by partition_date,cl_id having session_pv0 >= 4
""".format(start_date='20201017',end_date='20201116')
""".format(start_date='20201017',end_date='20201116',partition_day='20201116')
print(sql_search_ctr)
search_ctr_df = spark.sql(sql_search_ctr)
......
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