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

release v1.2.0 #39

Merged
merged 10 commits into from
Jan 21, 2025
Merged

release v1.2.0 #39

merged 10 commits into from
Jan 21, 2025

Conversation

kennedykori
Copy link
Contributor

No description provided.

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.
## [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.
@kennedykori kennedykori self-assigned this Jan 21, 2025
@kennedykori kennedykori merged commit fcd396b into main Jan 21, 2025
6 checks passed
@kennedykori
Copy link
Contributor Author

🎉 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant