ONSdigital / dp-data-pipelines

Pipeline specific python scripts and tooling for automated website data ingress.
MIT License
1 stars 0 forks source link

Data pipeline update #143

Closed nimshi89 closed 1 month ago

nimshi89 commented 1 month ago

What

Changed the get_dataset_id and the get_submitter_email now they both take a dictionary that contains the data from the manifest and returns the data needed(I did my best to make sure the changes show what I am attempting to do). I have added a test file testing.py to make the testing a bit more easier.

How to review

Run testing.py and check if the data has been used successfully.

Who can review

Anyone