Is this your first time submitting a feature request?
Describe the feature
https://dev.to/superpayments/improve-dbt-incremental-performance-on-snowflake-using-custom-incremental-strategy-3ag3
User wants to limit the incremental logic to only consider the last 24 hours, but incremental_predicates doesn't support self-referential subqueries out-of-the-box, so they inserted their own string substitution logic in the middle by using a custom incremental strategy.
Relevant code