renyupeng 3 năm trước cách đây
mục cha
commit
138ba10838

+ 1 - 0
Apietl/kwai_etl/report/AppKuaiShouAgentReport.py

@@ -141,6 +141,7 @@ WHERE
 cua.account_id IS NOT NULL) bei
 cua.account_id IS NOT NULL) bei
 ON report.advertiser_id = bei.account_id;
 ON report.advertiser_id = bei.account_id;
  """.format(date_time=self.date_time)
  """.format(date_time=self.date_time)
+            print(sql)
             TidbConn.upsert(conn=self.conn, sql_buff=sql)
             TidbConn.upsert(conn=self.conn, sql_buff=sql)
             self.conn.commit()
             self.conn.commit()
             TidbConn.conn_close(conn=self.conn)
             TidbConn.conn_close(conn=self.conn)