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

feat(sources): add a GatherSource #15

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

kennedykori
Copy link
Contributor

Add sghi.etl.commons.sources.GatherSource, a Source that asynchronously draws data from multiple other sources (embedded sources) and returns the aggregated results.

Add `sghi.etl.commons.sources.GatherSource`, a `Source` that
asynchronously draws data from multiple other sources (embedded sources)
and returns the aggregated results.
@kennedykori kennedykori self-assigned this May 4, 2024
@kennedykori kennedykori changed the base branch from develop to next May 4, 2024 16:30
@kennedykori kennedykori merged commit 030ce4f into next May 4, 2024
6 checks passed
@kennedykori kennedykori deleted the feat-add-gather-source branch May 4, 2024 16:30
kennedykori added a commit that referenced this pull request May 8, 2024
Add `sghi.etl.commons.sources.GatherSource`, a `Source` that
asynchronously draws data from multiple other sources (embedded sources)
and returns the aggregated results.
kennedykori added a commit that referenced this pull request May 8, 2024
## [1.1.0-rc.1](v1.0.0...v1.1.0-rc.1) (2024-05-08)

### Features

* **processors:** add a `SplitGatherProcessor` ([#17](#17)) ([4439c11](4439c11))
* **sources:** add a `GatherSource` ([#15](#15)) ([d64635a](d64635a))
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

1 participant