write_bai
Results
1
issues of
write_bai
### Issue Content The SQL model cannot insert the queried data into the corresponding table of another database ```python engine = create_engine(str(settings.MYSQL_DATABASE_URL)) rds_engine = create_engine(str(settings.RDS_DATABASE_URI), echo=True) def get_online_products(): statement =...