May 01, 2025: Dynamic tables: Support for filtering by current time and date for incremental refresh (General availability)¶
We are pleased to announce support for using the CURRENT_TIMESTAMP, CURRENT_DATE, and CURRENT_TIME functions and their aliases as a filter for dynamic tables in incremental refresh mode.
You can now use these functions inside of predicates such as a WHERE/HAVING/QUALIFY clause.
For example:
To use these functions, you must explicitly set your dynamic table’s refresh mode to INCREMENTAL.