What I’m trying to solve is to write a Custom SQL in Trifacta like:
Select * from (Dataset) where Cast(businessdate as Date) == DateAdd(day, -1, YYYY-MM-DD)
Idea is to select the rows from a dataset where businessdate is yesterday’s date. But the Custom SQL is not accepting the syntax.
Can someone please guide?