Closed brockfanning closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.04
:tada:
Comparison is base (
c78e8bd
) 73.76% compared to head (ae2a0d1
) 73.80%.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@brockfanning just trying to understand this - do you have an example of how it may be applied?
Test carried out on the branch https://github.com/ONSdigital/sdg-data/tree/feature-per-indicator-callbacks
Logs showing "Running indicator callback for indicator 1.1.1"
This feature allows Open SDG implementations to perform some custom Python code on each indicator - not for the purposes of altering any output - but for any other purpose, like maybe to generate some additional output that is not in sdg-build.
Testing instructions:
In your data repository's build_data.py file try the following code:
When the data build runs, there should be log entries printed that say "Running indicator callback for indicator 1.1.1" etc.
) Fixed issues | N/A Related version | 2.2.0-dev Bugfix, feature or docs? |