create flow for streaming table

bigger_dave
New Contributor II

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?