I was trying migrating data from local directory to mysql db using Streamsets pipeline.While previewing data is on the console but not written to mysql db.The pipeline showing no error but still data is not written to db.If anyone worked on Streamsets kindly help me to solve this?
Issues with jdbc producer in streamsets
522 Views Asked by Sujeet Kumar Pandey At
2
By default, preview mode does not write data to the destination; in your case, MySQL. You can check the Write to Destinations and Executors option to make it do so, or just run the pipeline.