Custom Columns

Hi All, is new custom column logic in the pipeline, e.g if the admin could make custom snippets for the user in sql that can take a variable e.g
sql

date_add(date_truncate([date], week), interval 4 day) as week_ending

could be

week_ending([created_at])

Thanks

Conor