Hi Everyone, I have an existing data set that I'm trying to add today's business date to. I need to the data set with the business date field as a part of a data flow. I'm trying to use Magic ETL and use the SQL tool to "Add Transformation".
For some reason, I'm not able to nail down what I think should be a trivial query. Any advice here is really appreciated. Thanks!
select *, date() as BUS_DATE from `TABLE_NAME`