Skip to content

Add union data resolver#8990

Open
begelundmuller wants to merge 2 commits intomainfrom
begelundmuller/union-resolver
Open

Add union data resolver#8990
begelundmuller wants to merge 2 commits intomainfrom
begelundmuller/union-resolver

Conversation

@begelundmuller
Copy link
Contributor

@begelundmuller begelundmuller commented Mar 8, 2026

Adds a union resolver that invokes multiple sub-resolvers and returns the union of their results and schemas. Example use for partitions:

type: model

partitions:
  union:
    - glob:
        path: s3://bucket/year=*/month=*
    - glob:
        path: s3://bucket/year=*/month=*/day=*
        last: 7

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@begelundmuller begelundmuller self-assigned this Mar 8, 2026
@begelundmuller begelundmuller requested a review from k-anshul March 8, 2026 13:34
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.

1 participant