File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ def get_thumbnail_uri(
607
607
:param record_type: table_name ["bed", "bedset"]
608
608
:param record_id: record identifier
609
609
:param result_id: column name (result name)
610
+ :param access_id: access id (e.g. http, s3, etc.)
610
611
:return: string with thumbnail
611
612
"""
612
613
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ class AccessMethod(BaseModel):
18
18
19
19
class DRSModel (BaseModel ):
20
20
id : str
21
- name : Optional [str ]
21
+ name : Optional [str ] = None
22
22
self_uri : str
23
23
size : str
24
- created_time : Optional [datetime .datetime ]
25
- updated_time : Optional [datetime .datetime ]
24
+ created_time : Optional [datetime .datetime ] = None
25
+ updated_time : Optional [datetime .datetime ] = None
26
26
checksums : str
27
27
access_methods : List [AccessMethod ]
28
28
description : Optional [str ] = None
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4
4
5
5
## [ 0.4.0] - 2023-12-18
6
6
### Change
7
- - bbconf to use pipestat v0.4.1 and SQLModel
7
+ - bbconf to use pipestat v0.6.0 and SQLModel
8
8
- Fixed tests
9
9
10
10
### Added
Original file line number Diff line number Diff line change 1
1
yacman>=0.9.1
2
- pipestat[db-backend]== 0.6.0a9
2
+ pipestat[db-backend]>= 0.6.0a10
3
3
geniml>=0.0.1
4
4
psycopg>=3.1.15
You can’t perform that action at this time.
0 commit comments