Skip to content

DOC-293 Document dynamic table refresh limitation#741

Open
blkgrlcto wants to merge 1 commit into
mainfrom
doc-293-document-dynamic-table-refresh-limitation
Open

DOC-293 Document dynamic table refresh limitation#741
blkgrlcto wants to merge 1 commit into
mainfrom
doc-293-document-dynamic-table-refresh-limitation

Conversation

@blkgrlcto

Copy link
Copy Markdown
Contributor

docs(snowflake): clarify dynamic table refresh behavior and add limitations section. This PR fixes DOC-293

docs(snowflake): clarify dynamic table refresh behavior and add limitations section
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to share the info about the Rust emulator yet.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's def remove mention of the new rust emulator, it's not ready to be announced yet :)

@quetzalliwrites quetzalliwrites left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 action item:

  • remove mention of the new rust emulator which should not go live yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants