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

[Bug]: run_disp_s1_historical_processing.py submits dates beyond the consistent database #1079

Open
philipjyoon opened this issue Feb 11, 2025 · 0 comments
Assignees
Labels
bug Something isn't working needs triage Issue that requires triage

Comments

@philipjyoon
Copy link
Contributor

Checked for duplicates

Yes - I've already checked

Describe the bug

When running DISP-S1 historical processing if the end date is specified to be beyond the dates in the consistent database sensing dates, the tool submits query for dates beyond the sensing dates. This is incorrect behavior: the dates should be less of the two: 1) ending date of the batch_proc 2) last date in the consistent database sensing dates.

For the last k-cycle of the following, the tool submitted the following query job. I should not have submitted this job at all because the last k-cycle only contains 14 out of 15 sensing dates:
data-subscriber-query-timer-DISP-S1_Req67_v1.0_PFRs_f23211-2024-07-02T15__46__47-2024-12-29T16__46__44-20250211T015534.56408Z

`K-cycle 23 ['2024-07-02T16:16:47', '2024-07-14T16:16:47', '2024-07-26T16:16:46', '2024-08-07T16:16:46', '2024-08-19T16:16:46', '2024-08-31T16:16:46', '2024-09-12T16:16:47', '2024-10-06T16:16:48', '2024-10-18T16:16:48', '2024-10-30T16:16:48', '2024-11-11T16:16:47', '2024-11-23T16:16:46', '2024-12-05T16:16:46', '2024-12-17T16:16:44']

K-cycle 23 [2916, 2928, 2940, 2952, 2964, 2976, 2988, 3012, 3024, 3036, 3048, 3060, 3072, 3084]`

Data dates were the following:
data_start_date 2016-07-01T00:00:00
data_end_date 2024-12-31T23:59:59

What did you expect?

n/t

Reproducible steps

1.
2.
3.
...

Environment

- Version of this software [e.g. vX.Y.Z]
- Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
...
@philipjyoon philipjyoon added bug Something isn't working needs triage Issue that requires triage labels Feb 11, 2025
@philipjyoon philipjyoon self-assigned this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issue that requires triage
Projects
None yet
Development

No branches or pull requests

1 participant