handle more fixmes, add make_dict
This commit is contained in:
parent
3b03591dda
commit
09a0c8eb28
7 changed files with 24 additions and 11 deletions
|
@ -66,7 +66,7 @@ def iter_data() -> Iterator[Res[Competition]]:
|
|||
cont = res['content'].zoom()
|
||||
ignore(cont, 'handle', 'handleLower', 'userId', 'createdAt', 'updatedAt', 'createdBy', 'updatedBy')
|
||||
|
||||
cont['DEVELOP'].ignore() # TODO FIXME handle it??
|
||||
cont['DEVELOP'].ignore() # TODO handle it??
|
||||
ds = cont['DATA_SCIENCE'].zoom()
|
||||
|
||||
mar, srm = zoom(ds, 'MARATHON_MATCH', 'SRM')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue