-
Notifications
You must be signed in to change notification settings - Fork 4
Remove old prepro #570
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
Remove old prepro #570
Conversation
|
|
||
|
|
||
| def upgrade() -> None: | ||
| # ### commands auto generated by Alembic - please adjust! ### |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need a migration from doc link to folder?
| links: list[str] = Field( | ||
| description="List of links (source document filenames) associated with the source document" | ||
| ) | ||
| # TODO: Folder(s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
important todo :)
| result.append( | ||
| TaggingResult( | ||
| status=BackgroundJobStatus.FINISHED, | ||
| status="finished", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets also use an enum for this..?
No description provided.