Commit f97dd392 authored by litaolemo's avatar litaolemo

udpate

parent f7f4d6af
......@@ -215,7 +215,7 @@ JOIN
)a2
on a2.device_id = a1.cl_id
AND a2.partition_date=a1.partition_date
group by partition_date
group by a1.partition_date
""".format(start_date=yesterday_str,end_date=today_str)
all_pv_df = spark.sql(pv_sql)
all_pv_df.show(1)
......
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