Skip to content

upload execution-run-data

The playground-app needs to be extended to support uploading of execution-run.json to the origin graphene system of the pipeline.

  • add a button to the playground-dashboard page "upload execution-run", but only if execution-run data is available
  • extend the config.json to have a properties for the apiTokens for the federation api. It should be designed in such a way that we can support a set of apiTokens for different connected ai-builders
  • the extracted solution folder should contain all necessary attributes to identify the correct ai-builder system and full solution id

The dev system federation api is here:

image

Task Notes

  1. Upload execution_run.json:
    • fullId, origin and apiToken are required parameters.
    • Current implementation for new pipelines with pipeline_Id in blueprint.json. Logic to find pipeline_id for existing published pipelines yet to be implemented.
    • source_system_url.txt is used to get the federation url from both new and existing pipeline. federation_endpoint.url is only created for existing published pipeline.
  2. Config.json:
    • included just apiToken in the config.json and used to retrieve the token from there. Logic for different connected ai-builder is yet to be implemented
Edited by Sangamithra Panneer Selvam