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
Actually, if you want to trigger a job when a new file appear, you must create a sensors which loop over files every N seconds.
It would be awesome to have a Sensors triggered by inotify . When a new file is created, the file system can send a message ( IN_CREATE ) which can be catch by dagster to start the job. For instance :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Actually, if you want to trigger a job when a new file appear, you must create a sensors which loop over files every N seconds.
It would be awesome to have a Sensors triggered by inotify . When a new file is created, the file system can send a message ( IN_CREATE ) which can be catch by dagster to start the job. For instance :
Beta Was this translation helpful? Give feedback.
All reactions