Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2026 06:11 AM
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