Skip to content

Narrow eager-load options for single-field node mutation endpoints - #2440

Open
shangyian wants to merge 1 commit into
mainfrom
perf/node-mutation-load-options
Open

Narrow eager-load options for single-field node mutation endpoints#2440
shangyian wants to merge 1 commit into
mainfrom
perf/node-mutation-load-options

Conversation

@shangyian

Copy link
Copy Markdown
Collaborator

Summary

Several node/hierarchy handlers were pulling the full default_load_options() graph to read or mutate one or two fields. This trims each down to only what the endpoint and its response output actually needs.

Test Plan

  • PR has an associated issue: #
  • make check passes
  • make test shows 100% unit test coverage

Deployment Plan

Several node/hierarchy handlers were pulling the full default_load_options()
graph (columns, parents+current, materializations, dimension_links+target
node's current, required_dimensions, created_by, etc.) to read or mutate one
or two fields. Trim each to only what the handler and its response model
actually touch.
@netlify

netlify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Deploy Preview for thriving-cassata-78ae72 canceled.

Name Link
🔨 Latest commit 39072ca
🔍 Latest deploy log https://app.netlify.com/projects/thriving-cassata-78ae72/deploys/6a8830602c8fdf0008183d3e

@shangyian
shangyian marked this pull request as ready for review August 21, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant