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: adding streaming sources and stream readers #16

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

gabb1er
Copy link
Collaborator

@gabb1er gabb1er commented Nov 24, 2023

  • configuration model of sources has changed to enable reading them as a stream dataframes. Sources that are not streamable are marked accordingly.
  • added trait with loadDataStream method to mix in connections that support reading data as a stream
  • Modified kafka connection to implement loadDataStream method
  • Modified source readers to enable readStream method for sources.
  • Application configuration has extended with streaming settings.
  • other minor fixes.

All the above changes are implemented in order to support creation of streamable DQ jobs that is currently under development.

- configuration model of sources has changed to enable reading them as a stream dataframes. Sources that are not streamable are marked accordingly.
- added trait with loadDataStream method to mix in connections that support reading data as a stream
- Modified kafka connection to implement loadDataStream method
- Modified source readers to enable readStream method for sources.
- Application configuration has extended with streaming settings.
- other minor fixes.

All the above changes are implemented in order to support creation of streamable DQ jobs that is currently under development.
@gabb1er gabb1er merged commit b5398fa into Raiffeisen-DGTL:main Nov 24, 2023
cibaa-team-user pushed a commit that referenced this pull request Dec 8, 2023
# [1.1.0](v1.0.1...v1.1.0) (2023-12-08)

### Features

* added new type connections ([#17](#17)) ([205cbc8](205cbc8))
* adding functionality to run quality checks over streaming sources ([#19](#19)) ([0895fed](0895fed))
* adding streaming sources and stream readers ([#16](#16)) ([b5398fa](b5398fa))
@cibaa-team-user
Copy link
Collaborator

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants