+ Each evaluation of a schedule is called a tick, which is an opportunity for one or more
+ runs to be launched. Ticks kick off runs, which either materialize a selection of assets
+ or execute a job.
+ You can preview the result for a given tick in the next step.
setCursor(e.target.value)}
data-testid={testId('cursor-input')}
+ placeholder="Enter a cursor value"
/>
- {currentCursor === '' || !currentCursor ? (
-
-
- Check our{' '}
-
- sensor documentation
- {' '}
- to learn how to use cursors
-
- }
- />
-
- ) : null}
+
+ A cursor tracks where a sensor left off, allowing the sensor to efficiently process new
+ changes or events without missing anything or duplicating work. The cursor is typically
+ a string, and can be updated within the sensor's logic to reflect the latest state.
+