DOC-293 Document dynamic table refresh limitation#741
Open
blkgrlcto wants to merge 1 commit into
Open
Conversation
docs(snowflake): clarify dynamic table refresh behavior and add limitations section
hovaesco
reviewed
Jun 30, 2026
| The following limitations apply to Dynamic Tables in the current Snowflake emulator: | ||
|
|
||
| - **Always-current refresh behavior**: Dynamic Tables are backed by views in the current implementation, meaning they always reflect the latest state of their source query. As a result, `TARGET_LAG` and `REFRESH_MODE` settings are accepted but have no effect on refresh timing or staleness behavior. | ||
| - **Planned support**: Proper staleness tracking and refresh-timing support is planned for the Rust emulator. No newline at end of file |
Contributor
There was a problem hiding this comment.
I don't think we want to share the info about the Rust emulator yet.
Collaborator
There was a problem hiding this comment.
let's def remove mention of the new rust emulator, it's not ready to be announced yet :)
quetzalliwrites
requested changes
Jul 1, 2026
quetzalliwrites
left a comment
Collaborator
There was a problem hiding this comment.
1 action item:
- remove mention of the new rust emulator which should not go live yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs(snowflake): clarify dynamic table refresh behavior and add limitations section. This PR fixes DOC-293