create flow for streaming table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 03:49 AM
Hi Team.
I'm following the example code to create flows, which is here.
When I create the streaming table without a query (see code below):
CREATE OR REFRESH STREAMING TABLE target_table;
I get the error "The operation CREATE WITHOUT A QUERY is not allowed: The operation is not supported on Streaming Tables.".
Does anyone know what I am doing wrong?