Skip to content

Preserve Column Display Name + Script for Column Order#1755

Merged
shangyian merged 3 commits intoDataJunction:mainfrom
shangyian:fix-display-name
Feb 15, 2026
Merged

Preserve Column Display Name + Script for Column Order#1755
shangyian merged 3 commits intoDataJunction:mainfrom
shangyian:fix-display-name

Conversation

@shangyian
Copy link
Collaborator

@shangyian shangyian commented Feb 13, 2026

Summary

This fixes two bugs during YAML deployment around (a) column display name being reset to an inferred default based off of the column name and (b) the ordering of columns being wrong in the generated YAML file.

Column Display Name

We need to preserve each column's display name when deploying nodes.

Columns Order

There was previously an issue where column order index was not saved during YAML deployments. That meant that any nodes deployed from YAML weren't storing order at all, and so when a branch was created, would not inherit a set order.

This adds a script for the column ordering.

Test Plan

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

Deployment Plan

@netlify
Copy link

netlify bot commented Feb 13, 2026

Deploy Preview for thriving-cassata-78ae72 canceled.

Name Link
🔨 Latest commit 0c07e48
🔍 Latest deploy log https://app.netlify.com/projects/thriving-cassata-78ae72/deploys/6991a405d41e550008969436

@shangyian shangyian changed the title Preserve Display Name + Script for Column Order Preserve Column Display Name + Script for Column Order Feb 13, 2026
@shangyian shangyian marked this pull request as ready for review February 14, 2026 00:22
@shangyian shangyian merged commit e38c1ad into DataJunction:main Feb 15, 2026
17 checks passed
@shangyian shangyian deleted the fix-display-name branch February 15, 2026 11:13
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.

1 participant