Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out_attrs property in flow definition #106

Closed
greg-wiltshire opened this issue Feb 25, 2022 · 3 comments · Fixed by #279
Closed

out_attrs property in flow definition #106

greg-wiltshire opened this issue Feb 25, 2022 · 3 comments · Fixed by #279
Assignees
Labels
enhancement New feature or request platform-core

Comments

@greg-wiltshire
Copy link
Contributor

Feature Request

Description of Problem:

It is not possible to add key attributes or titles (or any attribute) to the outputs of a job. This makes understanding and presenting the outputs of a calculation difficult.

Potential Solutions:

  • A out_attrs property added to the flow definition that allows attributes to be added to the data outputs from a job is needed.
  • This is in addition to the job attributes already in the API that add these attributes to all outputs from a job.
@martin-traverse martin-traverse self-assigned this Mar 7, 2022
@martin-traverse martin-traverse added enhancement New feature or request platform-core labels Mar 7, 2022
@martin-traverse
Copy link

Agree this is needed. I think the attrs applied to output nodes shoudl be called "nodeAttrs", so flow nodes can either have "nodeSearch" (for input and model nodes) or "nodeAttrs" (for output nodes). This might also be clearer when it's used with a job, because the job already has "outputAttrs" which are applied to all output nodes.

@martin-traverse
Copy link

See also #221

@martin-traverse martin-traverse linked a pull request Jan 30, 2023 that will close this issue
@martin-traverse
Copy link

closed by #279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform-core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants