Skip to content

fix(analytics/Pipelines): drop the derived outputs from the variables section - #4550

Merged
dearsimanovich-epam merged 3 commits into
developmentfrom
fix/analytics-pipeline-variables-drop-derived-outputs
Sep 15, 2026
Merged

dearsimanovich-epam merged 3 commits into
developmentfrom
fix/analytics-pipeline-variables-drop-derived-outputs

Conversation

@dearsimanovich-epam

Copy link
Copy Markdown
Contributor

Description:

The enrichment pipeline's variables section presented the pipeline's derived outputs — where the evaluator's answer lands — as disabled rows of the same list, on the reasoning that one list should state everything passing between a pipeline and its evaluator. On screen that reads as something the operator chose and may change; greying a row out says "not now", not "not yours". The outputs are never a member of the request: the service derives them from the evaluator's outputs matched to the target's columns. They also did not fit the shape — an output carries a target column and sometimes a transform, two facts against the one value cell a variable has, so the list either hid the transform or grew a cell that stood empty on nearly every row.

This change drops them from the form entirely. They remain readable in the JSON editor, which already presents the pipeline whole, including every member the service assigns or resolves.

Key Changes:

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name ends with (Issue #<ticket>) (comma-separated list of issues)

🤖 Generated with Claude Code

… section

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@dearsimanovich-epam
dearsimanovich-epam enabled auto-merge (squash) September 15, 2026 07:58
@dearsimanovich-epam
dearsimanovich-epam merged commit f4d4d7e into development Sep 15, 2026
12 checks passed
@dearsimanovich-epam
dearsimanovich-epam deleted the fix/analytics-pipeline-variables-drop-derived-outputs branch September 15, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants