Skip to content

Commit

Permalink
Add weka option to DataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jun 14, 2024
1 parent df27ac8 commit 8bdbdee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ use patch releases for compatibility fixes instead.

## Unreleased

### Added

- Added `weka` option to `DataSource` model.

### Fixed

- Only check for upgrades once every 12 hours by default.
Expand Down
5 changes: 5 additions & 0 deletions beaker/data_model/experiment_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ class DataSource(BaseModel, frozen=False):
- ``/var/beaker/share`` as a shared local scratch space.
"""

weka: Optional[str] = None
"""
The name of a weka bucket.
"""

result: Optional[str] = None
"""
Name of a previous task whose result will be mounted.
Expand Down

0 comments on commit 8bdbdee

Please sign in to comment.