moritzmeister
Databricks Employee
Databricks Employee

This is now supported:
CREATE OR REFRESH STREAMING TABLE basic_st
AS SELECT * FROM STREAM samples.nyctaxi.trips WITH (SKIPCHANGECOMMITS);

Supported in runtime 17.3 and later.
Documentation: https://docs.databricks.com/aws/en/ldp/developer/sql-dev#create-a-streaming-table-with-sql

 

View solution in original post