Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 03:15 AM
I think I found the issue.
The maxfilespertrigger option has to be set on the source, not on the sink (as you do).
Try to move the option before the load statement..
so readstream.option().load()...