ONSdigital / dp-data-pipelines

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

data_ingress_v1 updated for new configuration #90

Closed mikeAdamss closed 4 months ago

mikeAdamss commented 5 months ago

DEPENDS ON: https://github.com/ONSdigital/dp-data-pipelines/issues/88

What is this

Once we have an updated appraoch to configuration we need to update https://github.com/ONSdigital/dp-data-pipelines/blob/sandbox/dpypelines/pipeline/dataset_ingress_v1.py to use it.

What to do

new function signature

def dataset_ingresss_v1(path_to_files, config):

Acceptance Criteria

mikeAdamss commented 4 months ago

done