Skip to content

feat: Make source roots and patterns a unioned array#10

Merged
mdrakiburrahman merged 1 commit intomainfrom
dev/mdrrahman/odd-jobs
Apr 7, 2026
Merged

feat: Make source roots and patterns a unioned array#10
mdrakiburrahman merged 1 commit intomainfrom
dev/mdrrahman/odd-jobs

Conversation

@mdrakiburrahman
Copy link
Copy Markdown
Contributor

Note

Thank you for making change! Please consider filling this template for your pull request to improve quality of checkin message.

Tip

This repo uses Conventional Commit conventions - please try to rename your PR headline to match it.

Why this change is needed

There can be multiple source roots that can have .ss tables with the exact same schema. It makes sense to union and pipe those through the same transformation and pipe it into the same Delta sink.

How

Turn source_roots and source_patterns into an array and union it.

Test

  • GCI

@mdrakiburrahman mdrakiburrahman marked this pull request as ready for review April 7, 2026 17:26
@mdrakiburrahman mdrakiburrahman merged commit 32b03a5 into main Apr 7, 2026
2 checks passed
@mdrakiburrahman mdrakiburrahman deleted the dev/mdrrahman/odd-jobs branch April 7, 2026 17:57
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.

feat: Support multiple source directories for multiplex-ed union processing

1 participant