Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi - I am new (2 weeks old) in developing Talend Open Studio jobs locally on my laptop. I can run them locally with JDBC connections to our on-prem MySQL database and making tables and inserts/updates to our newly created AWS Redshift data warehouse. I need to move them off to a server and run them on a daily cron-like schedule. I do not know the next steps to setting up that remote server or what Talend tool I need. I am using the free version of Talend Open Studio v7.2.1.
Thanks in advance for your help and links!!
@shong wrote:
Hi
There is no scheduler in community edition. If you don't plan to upgrade the product to enterprise subscription editions, the next steps is to export the job script, and then use a Third-party scheduling tool, or Windows task scheduler or Linux crontab command to schedule the job.
Regards
Shong
OK I thought that was the path. When you build the job scripts in TOS locally, with they include everything to run them on the server? Is there a list of prerequisites the server must have in place first before the jobs can be scheduled and run?