Commit 81578ba5 authored by litaolemo's avatar litaolemo

update

parent d9d98a28
......@@ -69,7 +69,7 @@ for t in range(0, task_days):
today_str = now.strftime("%Y%m%d")
yesterday_str = (now + datetime.timedelta(days=-1)).strftime("%Y%m%d")
one_week_age_str = (now + datetime.timedelta(days=-7)).strftime("%Y%m%d")
sql = """
sql = r"""
SELECT
partition_date
,device_os_type,active_type,channel
......
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