Ajay-Pandey
Databricks MVP

Hi @Jorge3 

Yes you can use file_arrival triger with DAB.

Find below tag for your reference - 

resources:
  jobs:
    FileBasedJob:
      name: FileBasedJob
      trigger:
        pause_status: UNPAUSED
        file_arrival:
          url: abfss://test@uatazsubdatastorage.dfs.core.windows.net/
Ajay Kumar Pandey

View solution in original post