-
-
Couldn't load subscription status.
- Fork 67
feat(core): Add partitioned table support #410
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
Merged
iambriccardo
merged 26 commits into
main
from
riccardobusetti/etl-268-partitioned-tables-do-not-work-directly-due-to-lack-of-pk
Oct 27, 2025
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
282b0e6
feat(core): Add partitioned table support
iambriccardo 0a57cfe
Improve
iambriccardo cd0b607
Improve
iambriccardo 52fd049
Improve
iambriccardo 8624c3a
Improve
iambriccardo f2378ff
Improve
iambriccardo ac65190
Improve
iambriccardo 8d553c3
Improve
iambriccardo 319273b
Improve
iambriccardo 29f1f41
Improve
iambriccardo 9a4d1fc
Improve
iambriccardo bbfdf95
Improve
iambriccardo 65f0b52
Improve
iambriccardo 12416f4
Improve
iambriccardo 2127af1
Improve
iambriccardo a51a8d1
Improve
iambriccardo c87820f
Improve
iambriccardo 5276bec
Improve
iambriccardo 0ac142a
Improve
iambriccardo 3fec642
Improve
iambriccardo bf4ef9f
Improve
iambriccardo dbede95
Improve
iambriccardo 899ef69
Improve
iambriccardo fb43b9d
Improve
iambriccardo df3044a
Improve
iambriccardo 17b0357
Improve
iambriccardo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: user lowercase SQL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we want to have lowercase in user facing docs? Most docs have the uppercase convention and I felt like it would be better to follow their lead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our existing docs have mostly lowercase SQL. You can check it out in the docs folder.