You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Dev target (mode: development): Schedules and automatic triggers are disabled by design, so the job will not auto-fire on file arrival. Use manual runs to test the logic.
68
61
You can also manually run it with:
69
62
70
63
```
71
-
$ databricks bundle run pydabs_job_file_arrival
64
+
$ databricks bundle run file_arrival_example
72
65
```
73
66
- Prod target (mode: production): Automatic triggers are active. Uploading a file to the configured Unity Catalog Volume path will trigger the job run when the trigger evaluates.
0 commit comments