ONSdigital / dp-data-pipelines

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

schema path bug fix #76

Closed MuazzamChaud closed 5 months ago

MuazzamChaud commented 5 months ago

What

changed the shemas.py file to find the 'dpypelines' directory using 'Path(file).parent' and then finding schema base path relative path to 'dpypelines' directory.

How to review

Sanity checks Look at: https://github.com/ONSdigital/dp-data-pipelines/issues/61, and follow instruction on installing 'dp-data-pipelines' as python package and running example code, to see that no error show up. (make sure correct python interpreter is selected i.e. the python interpreter with the 'dp-data-pipelines' python package)

Who can review

Anyone