Hi all!
I was wondering, is there any way to change snapshot’s default meta columns names (e.g. dbt_valid_from
) to my custom names? I’m also wondering if it is possible to change the default value of dbt_valid_to
column from null
to specific date (like 2199-01-01)?
Thanks!