apache / apache/infrastructure-pelican

asfdata does not support nested data items

Open
#96 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
3
Forks
13
PR merge metrics
No merged PRs in 30d

Description

asfdata needs to return data in a form suitable for use by ezt, which only supports nested entries as attributes.

Items that are dicts need to be converted into a class with entries as attributes.

So a.b['c'] (not supported by ezt) can be accessed as a.b.c (which is).

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the asfdata implementation and any existing tests, then read how it currently handles dictionary-valued items and how ezt consumes the returned data. Implement the conversion of nested dictionaries into attribute-accessible objects, and verify that nested values are available through dotted access while existing data handling remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.