Commit 20731e4a authored by litaolemo's avatar litaolemo

update

parent 7ac77265
......@@ -207,7 +207,7 @@ sql_search_ctr = r"""
AND action = 'on_click_card'
AND params['card_type'] ='highlight_word'
) group by card_name
""".format(start_date='20201024',partition_date='20201025')
""".format(start_date='20201024',end_date='20201025')
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