Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Comments

Add config to omit columns from data transfer#188

Closed
reidab wants to merge 1 commit intohellofresh:masterfrom
thedyrt:omit
Closed

Add config to omit columns from data transfer#188
reidab wants to merge 1 commit intohellofresh:masterfrom
thedyrt:omit

Conversation

@reidab
Copy link
Contributor

@reidab reidab commented Jul 11, 2025

We ran into an issue when using Postgres generated columns, where Postgres will reject the COPY operation outright if they are included in the input. In order to copy tables that include generated columns, we needed to prevent those columns from being included in the kelpto transfer.

This PR extends the anonymizer to support an Omit config option. Columns listed under Omit will still be included in the structural transfer, but will be removed in the data transfer phase.

This is useful for cases like Postgres generated columns, which will
cause PG to reject the COPY operation outright if those columns are
included in the input.
@stale
Copy link

stale bot commented Oct 17, 2025

This PR has been automatically marked as stale because it has not had any activity in the last 14 days. It will be closed if no further activity occurs, thank you for your contributions.

@stale stale bot added the stale label Oct 17, 2025
@stale
Copy link

stale bot commented Oct 29, 2025

This PR has been automatically closed because it has not had any activity in the last 21 days. Feel free to re-open in case you would like to follow up.

@stale stale bot closed this Oct 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant