Auster Cid
08/24/2020, 10:23 PMPartitionScheduleDefinition
?alex
08/24/2020, 10:33 PMPartitionScheduleDefinition
is not really set up to be constructed directly. It’s used in create_schedule_definition
on PartitionSetDefinition
Auster Cid
08/24/2020, 10:57 PMprha
08/25/2020, 12:25 AMcreate_schedule_definition
is the method you want. There’s a useful doc block here that we should hoist onto the doc site: https://github.com/dagster-io/dagster/blob/4a91c9d09b50db93e9174c93a4ada0e138e3a046/python_modules/dagster/dagster/core/definitions/partition.py#L165repository
doc block: https://docs.dagster.io/_apidocs/repositories (see make_expensive_schedule
)Auster Cid
08/25/2020, 12:42 AMPipelineRun
?alex
08/25/2020, 2:45 PMDagsterInstance.get().get_run_stats(run_id).start_time