Skip to content

Make run_cwl_to_stac job result also valid #80

@EmileSonneveld

Description

@EmileSonneveld

Right now, process graphs that use run_cwl_to_stac allow to export raw stac to a workspace, but do have a valid stac result themself

stac_resource = StacResource(
    graph=PGNode(
        process_id="run_cwl_to_stac",
        arguments={
            "cwl_url": "https://raw.githubusercontent.com/cloudinsar/s1-workflows/refs/heads/main/cwl/sar_slc_preprocessing.cwl",
            "context": input_dict_belgium_vv_master_outside_preprocessing,
        },
    ),
    connection=connection,
)

Ideally, their own job results should be usable like a normal batch job
#70 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions