-
Notifications
You must be signed in to change notification settings - Fork 0
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
release v1.2.0 #39
Merged
Merged
release v1.2.0 #39
Conversation
This file contains 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
Upgrade all project dependencies and add support for Python 3.13.
Update [ruff](https://github.com/astral-sh/ruff)'s configuration to use new lint rules and disable obsolete ones.
…ties (#34) This builds on [this changes](savannahghi/sghi-etl-core#22) on the core library by adding `prologue` and `epilogue` properties to `sghi.etl.core.WorkfowDefinition` implementations and adds support for working with these properties on existing runners.
Enhance the `sghi.etl.commons.run_workflow` function to support running `sghi.etl.core.WorkflowDefinition` instances directly. The function now accepts either a ``WorkflowDefinition`` instance or a factory function that supplies a ``WorkflowDefinition`` instance.
release v1.2.0-rc.1
## [1.2.0-rc.1](v1.1.0...v1.2.0-rc.1) (2024-12-28) ### Dependency Updates * **deps:** upgrade project dependencies ([#31](#31)) ([3279164](3279164)) ### Features * **core:** add support for `prologue` and `epilogue` workflow properties ([#34](#34)) ([b8fa894](b8fa894)) * support running workflow instances directly ([#35](#35)) ([8363850](8363850))
Enhance the `sghi.etl.commons.run_workflow` function to support retrying ETL operations. The function now accepts an optional factory function that supplies retry policy instances to apply to each of the following operations: - `prologue` - `epilogue` - `Source.draw` - `Processor.apply` - `Sink.drain` The factory function(when provided) is invoked at *MOST ONCE* for each of the above operations (and in the same order) to supply an `sghi.retry.Retry` instance that wraps the operation.
## [1.2.0-rc.2](v1.2.0-rc.1...v1.2.0-rc.2) (2025-01-20) ### Features * **utils:** add retrying support when running workflows ([#37](#37)) ([7912aac](7912aac))
Update the README badges' layout and fix other minor documentation issues and improvements. Also, document how to install the library.
🎉 This PR is included in version 1.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.