Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature: Add custom flatten schema level support #12

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

joaopamaral
Copy link

This new feature will allow set custom flatten levels (e.g. 0 the schema doesn't need to flatten) to avoid creating too many columns in the final schema.

This is useful for dynamic schemas where you don't know when new columns will be added to schema and you want a fixed schema.

@joaopamaral joaopamaral requested a review from a team February 5, 2025 13:16
Copy link

@jcellary jcellary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@joaopamaral joaopamaral changed the title Feature: Add no flatten schema support Feature: Add custom flatten schema level support Feb 5, 2025
@joaopamaral joaopamaral merged commit 4553c41 into master Feb 5, 2025
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants