open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Provide indicator_id when altering data/metadata #285

Closed brockfanning closed 2 years ago

brockfanning commented 2 years ago
Q A
Feature branch/test site URL Link
Fixed issues Fixes #ISSUENUMBER
Related version 1.7.0-dev
Bugfix, feature or docs? feature
brockfanning commented 2 years ago

@LucyGwilliamAdmin Do you think this could be added for 1.7.0? This functionality would be helpful for Vanuatu.

LucyGwilliamAdmin commented 2 years ago

@brockfanning I don't see why not. Will need to refresh my memory and then can give it a test

LucyGwilliamAdmin commented 2 years ago

@brockfanning so what would this (def alter_meta(meta)) be?

a. def alter_meta(meta, context) b. def alter_meta(meta, indicator_id=indicator_id)

I've been looking in the files changed tab but unsure

EDIT: figured it out through trial and error after - it's a