Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_persistence
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:DB_F16_10
-
Team:Data Access and Database
Description
Running flake8 on daf_persistence as part of DM-7069 I find two real errors.
- in butler.py the key argument was removed from queryMetadata in commit 3a169f but it is still documented as being there and is still used inside the function.
- mapper.py refers to class RepositoryMapperCfg but that class is not seemingly defined anywhere.
Looks fine.