Jordan
12/09/2022, 12:36 PMAttributeError: 'ScheduleInstigatorData' object has no attribute 'last_tick_timestamp'
File "/usr/local/lib/python3.8/site-packages/dagster_graphql/implementation/utils.py", line 101, in _fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/dagster_graphql/implementation/fetch_sensors.py", line 226, in set_sensor_cursor
last_tick_timestamp=sensor_state.instigator_data.last_tick_timestamp,
Is there a way to fix this without having to define a new name for the sensor?Adam Bloom
12/09/2022, 2:48 PMchris
12/09/2022, 6:03 PMAdam Bloom
12/09/2022, 6:04 PMJordan
12/13/2022, 10:14 AM