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

feat: Add GET /documents/{id}/status #76

Merged
merged 4 commits into from
Feb 4, 2024
Merged

Conversation

bjchambers
Copy link
Contributor

This returns just the ingestion status information. The intention is to use this for cases where a client wants to wait for ingestion, since it won't include the full document-text, etc.

This returns just the ingestion status information. The intention is to
use this for cases where a client wants to wait for ingestion, since it
won't include the full document-text, etc.
@github-actions github-actions bot added the enhancement New feature or request label Feb 2, 2024
Copy link
Contributor

@kerinin kerinin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty soon, we should probably start treating the migrations as frozen.

@bjchambers
Copy link
Contributor Author

Pretty soon, we should probably start treating the migrations as frozen.

I thought about it. My thinking is we'll probably want to have some stability but also rebase them every month or two for a bit. Otherwise I suspect we'll be in for some pain as we evolve the schema more heavily.

We may just want a flag that drops the tables or something.

@bjchambers bjchambers merged commit a028d64 into main Feb 4, 2024
5 of 6 checks passed
@bjchambers bjchambers linked an issue Feb 4, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API to wait for ingest status changes
2 participants