Daniel Mosesson
05/17/2023, 11:20 AMAaron T
05/17/2023, 1:07 PMcontext.instance.get_run_records(RunsFilter(job_name="...", statuses=[...]))
jamie
05/17/2023, 1:58 PMrun_key
parameter on RunRequest
to ensure that two RunRequests
with the same key only result in one run. https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors#idempotence-and-cursorsDaniel Mosesson
05/17/2023, 2:25 PMjamie
05/17/2023, 3:20 PMDaniel Mosesson
05/17/2023, 3:24 PMjamie
05/17/2023, 4:18 PMdagster.yaml
i believe you’ll need to restart dagster + the UI to see changesDaniel Mosesson
05/17/2023, 10:11 PM