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: support running workflow instances directly #35

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

kennedykori
Copy link
Contributor

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.

Verified

This commit was signed with the committer’s verified signature.
kennedykori Kennedy Kori
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.
@kennedykori kennedykori self-assigned this Dec 28, 2024
@kennedykori kennedykori merged commit 8363850 into next Dec 28, 2024
5 checks passed
@kennedykori kennedykori deleted the feat-support-running-workflow-instances-directly branch December 28, 2024 17:34
kennedykori added a commit that referenced this pull request Dec 28, 2024
## [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))
@kennedykori
Copy link
Contributor Author

🎉 This PR is included in version 1.2.0-rc.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

kennedykori added a commit that referenced this pull request Jan 21, 2025
## [1.2.0](v1.1.0...v1.2.0) (2025-01-21)

### 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))
* **utils:** add retrying support when running workflows ([#37](#37)) ([7912aac](7912aac))
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant