I configured ADLS Gen2 standard storage and successfully configured Autoloader with the file notification mode.
In this document
https://docs.databricks.com/ingestion/auto-loader/file-notification-mode.html
"ADLS Gen2 provides different event notifications for files appearing in your Gen2 container.
Auto Loader listens for the FlushWithClose event for processing a file.
Do I need to do anything with this FlushWithClose event or Autoloader
when configured in the file notification mode=True, automatically listen to the FlushWithClose event REST API?
Next, in the same document,Databricks recommends triggering regular backfills with Auto Loader by using the cloudFiles.backfillInterval option guarantees that all files are discovered within a given SLA if data completeness is required. Triggering regular backfills does not cause duplicates.
From <https://docs.databricks.com/ingestion/auto-loader/file-notification-mode.html>
Finally, I found this article how to use Auto Loader Resources Manager Scala API
https://www.mssqltips.com/sqlservertip/6965/databricks-auto-loader-manager/
Do you know if this Resource Mgr is available in Python?