Is it possible to add a sql server dependency for a tidal job, which would behave similar to a file dependency.Basically, i have a sql server stored procedure which checks to see if a particular condition is met and returns a 0 or 1. The tidal job ne...