renyupeng 3 년 전
부모
커밋
138ba10838
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Apietl/kwai_etl/report/AppKuaiShouAgentReport.py

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

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