I've set up a job in DOMO workbench to pull data from SQL Server and upload it to DOMO instance. Below are the details:
Job Details
Transport Type: MS SQL ODBC Data Provider
Reader Type: Database Query
DOMO Details
Dataset Name: test_schedule
Dataset Type: Workbench ODBC
I'm just using a normal select * from <table> as database query.
On the first execution, it runs fine and I can see data uploaded successfully in my DOMO instance.
But, if I delete this created dataset on DOMO and try to execute the job again, it fails.
My assumption was that it would recreate the deleted dataset on executing the job again.
Please let me know if I'm missing something or if any details are needed from my end.