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

Clarify "missing_partition" status #9016

Closed
itaischwartz opened this issue Dec 4, 2024 · 1 comment
Closed

Clarify "missing_partition" status #9016

itaischwartz opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
docs Issues that require a documentation improvement question The issue is a question. Please use Stack Overflow for questions.

Comments

@itaischwartz
Copy link

itaischwartz commented Dec 4, 2024

https://cube.dev/docs/reference/rest-api#v1pre-aggregationsjobs does not describe possible status values and their meaning.

What does "missing_partition" status mean?

@itaischwartz itaischwartz added the question The issue is a question. Please use Stack Overflow for questions. label Dec 4, 2024
@igorlukanin igorlukanin added the docs Issues that require a documentation improvement label Dec 5, 2024
@igorlukanin
Copy link
Member

Hi @itaischwartz 👋

As far as I see, this is one of the possible statuses: an erroneous one, specifically:

const statuses = [
'scheduled',
'processing',
'missing_partition', // TODO (buntarb): wtf?!!
'done',

I agree this can be documented in a better way.

@igorlukanin igorlukanin self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Issues that require a documentation improvement question The issue is a question. Please use Stack Overflow for questions.
Projects
None yet
Development

No branches or pull requests

2 participants