We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon recieving an sdmx file we need to run some basic sanity checks on it so we can end the process early if it is obviously wrong.
This will beed some investigation but it'll basically be whatever we can do in a minimal amount of time.
Something like:
dp-data-pipelines/shared/sanity-check/sdmx/v1.py
def sdmx_sanity_check_v1(sdmx_file: Path): """ Sanity check that the recieved sdmx file is actually an sdmx file. """
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is this
Upon recieving an sdmx file we need to run some basic sanity checks on it so we can end the process early if it is obviously wrong.
What to do
This will beed some investigation but it'll basically be whatever we can do in a minimal amount of time.
Something like:
dp-data-pipelines/shared/sanity-check/sdmx/v1.py
Acceptance Critiera
The text was updated successfully, but these errors were encountered: