Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We're new to Tidal. Running v. 6.1.0.279 on Solaris. We have the following requirement:If a file exists, run Job A, then run Job BElse run Job B.We know how to use a File Event to Launch Job A when the file exists, and have Job A launch Job B. (Th...
Not sure, but the requirement is to process it only once per day, first thing in the morning. It contains data used for BI, and those reports and dashboards are only published once per day.
Yes, that is the "workaround," to just run Job B unconditionally at a time that insures that Job A has completed, if it ran. These are Informatica Jobs. Don't really have a easy way to test for the file and then exit if not present. Setting up a Fi...
A follow-up: Job A takes about 1 minute to process.One idea is to just schedule Job B to run 30 minutes after Job A and run it unconditionally, but that "wastes" 30 minutes in an already overfull load window if the file is present and Job A has run...