Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_persistence
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DB_S17_6
-
Team:Data Access and Database
Description
The queryMetadata methods in both Mapper and Butler are very badly documented. Their docs both claim to accept a "key" parameter, but the methods don't take "key" (and Butler's version attempts to use one if "format" is not specified), while the "format" parameter (which appears non-optional from the code itself) doesn't have any docstring in Mapper. Looks like these docs rotted badly.
Bumping this. I run into this frequently and every time I have to go read the code to figure out how to use this function.