dbt - Incremental Models
Which of the following is the correct way to check for an incremental run inside a dbt model SQL file?
is_incremental(){% if is_incremental() %} to conditionally run code during incremental runs.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions