Skip to content

[v2] Run service implement buildInputURI and buildRunOutputBase #6857

@machichima

Description

@machichima

We need to implement buildInputURI and buildRunOutputBase to run the whole system end to end

// buildInputURI generates the input URI for the root action
func buildInputURI(run *models.Run) string {
// TODO: In production, this should be a real storage path (e.g., s3://bucket/inputs/org/project/domain/run)
return ""
}
// buildRunOutputBase generates the output base path for the run
func buildRunOutputBase(run *models.Run) string {
// TODO: In production, this should be a real storage path (e.g., s3://bucket/outputs/org/project/domain/run)
return ""
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions