Does anyone have any hints or suggestions as to running time calcs, like DateDiff (minute), for Magic ETL. I have some joins that I'm running in RedShift and I'd like to see about getting them into Magic ETL but with the lack of a function similar to DateDiff for time periods less than a day (I know there are date cals in Magic ETL) and being able to join on things other than equals (sometimes you may want to join two tables where a value is between two other values)...it makes it tough if not impossible to use Magic ETL. Right now I'm thinking about just putting a filter after a full join on the tables joining what I can with equals and then filtering things down with the "between" option there.
If anyone else has an suggestions that I haven't thought about I'd love to see them.
Thanks