ONSdigital / dp-data-pipelines

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

Refactor upload repetitive code #159

Closed Moasib-Arif closed 2 months ago

Moasib-Arif commented 2 months ago

What

Moved the Notifier and upload_file function to utils file and updated the dataset_ingress and generic_file_ingress to use the upload_file function and notifier function.

How to review

Run the Tests Sanity Check

Who can review

Anyone