Skip to content

Commit

Permalink
Merge pull request #135 from bento-platform/fix/workflows/missing-inp…
Browse files Browse the repository at this point in the history
…ut-type

fix(workflows): missing type for project:dataset input
  • Loading branch information
davidlougheed authored Oct 24, 2023
2 parents 2f955f4 + 568c007 commit 1c621a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0a6
version = 9.0.0a7
authors = David Lougheed, Paul Pillot
author_emails = [email protected], [email protected]
2 changes: 1 addition & 1 deletion bento_lib/workflows/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class WorkflowEnumArrayInput(WorkflowBaseInput):


class WorkflowProjectDatasetInput(WorkflowBaseInput):
type: Literal["project:dataset"]
type: Literal["project:dataset"] = "project:dataset"


class WorkflowFileInput(WorkflowBaseInput):
Expand Down

0 comments on commit 1c621a9

Please sign in to comment.