Skip to content
New issue

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

Validator not working for sources with weekly data #2006

Closed
aysim319 opened this issue Jul 29, 2024 · 1 comment
Closed

Validator not working for sources with weekly data #2006

aysim319 opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
data quality Missing data, weird data, broken data

Comments

@aysim319
Copy link
Contributor

Actual Behavior:

When running validator for sources with weekly data (nssp, nchs_mortality) the validator fails with the error: no files found

{"data_source": "nssp", "checks_run": 1, "checks_failed": 1, "checks_suppressed": 0, "warnings": 0, "phase": "validation", "elapsed_time_in_seconds": 0.01, "event": "Validation run successful", "logger": "_delphi_utils_python.delphi_utils.validator.run", "level": "info", "pid": 38146, "timestamp": "2024-07-29T21:03:01.034224Z"}
{"phase": "validation", "error_name": "check_empty_filelist", "signal": null, "resolution": null, "date": "*", "event": "check_empty_filelist failed for None at resolution None on *: No files found in export directory", "logger": "_delphi_utils_python.delphi_utils.validator.run", "level": "critical", "pid": 38146, "timestamp": "2024-07-29T21:03:01.034333Z"}

Expected behavior
Should find files

Context
the validator was specifically written for validating daily data specifically.

@aysim319 aysim319 added the data quality Missing data, weird data, broken data label Jul 29, 2024
@nmdefries
Copy link
Contributor

See #1117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data quality Missing data, weird data, broken data
Projects
None yet
Development

No branches or pull requests

2 participants