Commit cb18d31e authored by litaolemo's avatar litaolemo

update

parent f8cfa2b2
......@@ -311,7 +311,7 @@ FROM
AND T1.merchant_doctor_id=T2.merchant_doctor_id
)T
GROUP BY day_id
""".format(partition_day=yesterday_str, end_date=today_str,start_date=yesterday_str)
""".format(partition_date=yesterday_str, end_date=today_str,start_date=yesterday_str)
print(cpc_budget_sql)
cpc_budget_df = spark.sql(cpc_budget_sql)
......
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