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

Add Field Path to the Denested Column's Comment in PostgreSQL #66

Open
AlexanderMann opened this issue Dec 14, 2018 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@AlexanderMann
Copy link
Collaborator

Motivation

When we denest a column and then handle things like naming collisions, you can end up with very confusing structures when trying to map it all back to the input data.

To aid in this, we could set some helpful string comments/descriptions onto each column's COMMENT in PostgreSQL. Something like:

# Singer Target Postgres

This table was denested from (t0, t1, t2, ...)

This column was denested from (c0, c1, ...)

You can join this back to it's original parent via:

SOME-SQL-HERE

etc.

Suggested Musical Pairing

https://soundcloud.com/hiatus-kaiyote/nakamarra-1

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

No branches or pull requests

1 participant