Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_base
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Architecture
Description
Following the adoption of RFC-596:
- Add getitem support (returning scalars in all cases)
- Undeprecate get(), modifying it to return scalars and to support a default value.
- Investigate adding update() method.
Russell Owen the PR implements
RFC-596: getitem and get now call getScalar. Also added update() method to match dict (although I haven't added support for kwargs). This PR requires thatDM-19877is merged first.