Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 03:45 AM
As the error mentions: autoloader and delta do not mix.
but there is change data feed on delta lake (as a source):
https://learn.microsoft.com/en-us/azure/databricks/delta/delta-change-data-feed
Like that you do not have to read the whole delta table but only ingest changes.