Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2025 01:07 PM
You can try to use cloud_files_state function. It provide SQL API for inspecting state of a stream, so you can find metadata about files that have been discovered by an Auto Loader stream:
SELECT * FROM cloud_files_state('path/to/checkpoint');Configure Auto Loader for production workloads | Databricks on AWS