Hey All,
I want to convert a Timestamp column to local using a timezone_id column in Pipeline Builder.
In code Repo, we can easily use ‘’’ from_utc_timestamp(timestamp: ColumnOrName, tz: ColumnOrName) ‘’’
How to achieve this in Pipeline Builder ?
Hey All,
I want to convert a Timestamp column to local using a timezone_id column in Pipeline Builder.
In code Repo, we can easily use ‘’’ from_utc_timestamp(timestamp: ColumnOrName, tz: ColumnOrName) ‘’’
How to achieve this in Pipeline Builder ?
Hey so sorry for the delay on this, but Pipeline Builder currently doesn’t support taking in a column for the timezone conversion for the Convert timestamp from UTC expression
For the change timestamp time zone you can put in a column for the input and convert it to a specified time zone but this is the opposite of what you’re looking for it seems like