When I throw this in a table in snowflake the date is correct but it is not giving me the specific time.The time is generic it comes up as 00:00:00. But I want the specific time. How do I get this.
Use the Below Function:
select date_trunc('MINUTE',current_timestamp()) AS "TRUNCATED TO MINUTE"
Link to the documentation:
https://docs.snowflake.com/en/sql-reference/functions/date_trunc.html
Use the Above Funtion in Calculator Component, and then map the result to your desired column.
Happy For Sharing My Knowledge !