Skip to content

Commit

Permalink
Add missing url field to DatasetStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 22, 2022
1 parent 3dfb908 commit 14011bd
Show file tree
Hide file tree
Showing 2 changed files with 5 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 missing `url` field to `DatasetStorage`.

## [v1.11.5](https://github.com/allenai/beaker-py/releases/tag/v1.11.5) - 2022-11-16

### Added
Expand Down
1 change: 1 addition & 0 deletions beaker/data_model/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class DatasetStorage(BaseModel):
address: str
token: str
token_expires: datetime
url: Optional[str] = None


class DatasetSize(BaseModel):
Expand Down

0 comments on commit 14011bd

Please sign in to comment.