dbt - Jinja in dbt
You want to create a dynamic table name in dbt using the current model name and the run start date (YYYYMMDD). Given
run_started_at is a string '2024-06-01 10:00:00', which Jinja code correctly formats the table name?