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

fix(data-warehouse): Disable table nesting for postgres #21936

Merged
merged 1 commit into from Apr 29, 2024

Conversation

Gilbert09
Copy link
Contributor

Problem

  • We didn't have table nesting param set for the postgres source in data warehouse, meaning JSON columns were being expanded into multiple columns as opposed to being represented as a JSON column

Changes

Before:
image

After:
image

Does this work well for both Cloud and self-hosted?

  • Yes

How did you test this code?

  • See the screenshots above

@Gilbert09 Gilbert09 requested a review from EDsCODE April 29, 2024 12:29
@EDsCODE EDsCODE merged commit d839a75 into master Apr 29, 2024
98 checks passed
@EDsCODE EDsCODE deleted the tom/postgres-nesting branch April 29, 2024 19:46
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.

None yet

2 participants