예제 #1
0
 def to_graphql_event(event_record):
     return from_dagster_event_record(graphene_info, event_record,
                                      dauphin_pipeline, execution_plan)
예제 #2
0
 def to_graphql_event(event_record):
     return from_dagster_event_record(event_record, external_pipeline.name,
                                      execution_plan_index)
예제 #3
0
 def to_graphql_event(event_record):
     return from_dagster_event_record(event_record, external_pipeline.name)
예제 #4
0
 def to_graphql_event(event_record):
     return from_dagster_event_record(event_record,
                                      pipeline_run.pipeline_name,
                                      execution_plan_index)