Skip to content

Commit

Permalink
Merge pull request #134 from bento-platform/fix/workflows/__all__
Browse files Browse the repository at this point in the history
fix(workflows): properly export all workflow input models
  • Loading branch information
davidlougheed authored Oct 24, 2023
2 parents 278dc34 + 895208b commit 2f955f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bento_lib/package.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = bento_lib
version = 9.0.0a5
version = 9.0.0a6
authors = David Lougheed, Paul Pillot
author_emails = [email protected], [email protected]
2 changes: 2 additions & 0 deletions bento_lib/workflows/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"WorkflowDirectoryInput",
"WorkflowDirectoryArrayInput",
"WorkflowServiceUrlInput",
"WorkflowConfigInput",
"WorkflowSecretInput",
# Workflow definition model
"WorkflowDefinition",
]
Expand Down

0 comments on commit 2f955f4

Please sign in to comment.