https://dagster.io/ logo
#ask-community
Title
# ask-community
j

Josh Taylor

12/01/2022, 12:07 PM
👋 Not really a dagster product support question, but more of a dagster internal support question 🤔 I'm writing a test for https://github.com/dagster-io/dagster/pull/10832 where I want to create runs at arbitrary dates. Is this possible to do? Maybe via
create_run_for_test
?
c

chris

12/02/2022, 6:13 PM
yup - would recommend using
create_run_for_test
+
instance_for_test
so they all get cleaned up
👍 1
j

Josh Taylor

12/03/2022, 4:25 PM
right, but how would i go about setting the timestamps, so I could find old runs?