mmayorga
Databricks Employee
Databricks Employee

Hi @Leog 

Thank you for reaching out and for your sending your question.

Per the documentation: https://docs.databricks.com/gcp/en/jobs/file-arrival-triggers

  • Only new files trigger runs. Overwriting an existing file with a file of the same name does not trigger a run.

Here are some options:

  1. Rename your file and place it in the configured location for the job to trigger.
  2. Delete your previous file, then place it again. Please be aware that this must be done considering every job execution; don't do it in the same file validation/verification cycle; otherwise, it won't be picked up.

Thank you