| 
														
															@@ -349,7 +349,7 @@ def build_and_transfer_data(run_dt, run_hour, project, **kwargs): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # sync to MySQL 
														 | 
														
														 | 
														
															     # sync to MySQL 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     data_to_insert = [tuple(row) for row in final_df.itertuples(index=False)] 
														 | 
														
														 | 
														
															     data_to_insert = [tuple(row) for row in final_df.itertuples(index=False)] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     data_columns = list(final_df.columns) 
														 | 
														
														 | 
														
															     data_columns = list(final_df.columns) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    mysql = MysqlHelper(CONFIG.MYSQL_CRAWLER_INFO) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    mysql = MysqlHelper(CONFIG.MYSQL_GROWTH_INFO) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     mysql.batch_insert(RDS_RANK_RESULT_TABLE, data_to_insert, data_columns) 
														 | 
														
														 | 
														
															     mysql.batch_insert(RDS_RANK_RESULT_TABLE, data_to_insert, data_columns) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 |