Convert timestamp to local using timezone id from a dataset 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 ?