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

Shared models mongofy #128

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Shared models mongofy #128

merged 1 commit into from
Jul 31, 2024

Conversation

liviuba
Copy link
Contributor

@liviuba liviuba commented Jul 25, 2024

For https://app.clickup.com/t/86956qv26
Not tested, api still wip

author: List[semantic_models.Contributor] = Field(min_length=1)
description: str = Field()
Copy link
Contributor

Choose a reason for hiding this comment

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

this is overriding a field in the semantic model



class FileReference(
semantic_models.FileReference,
DocumentMixin,
):
submission_dataset_uuid: UUID = Field()
submission_dataset: UUID = Field()
Copy link
Contributor

Choose a reason for hiding this comment

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

are we or are we not going with _uuid fields?

Copy link
Contributor

@sherwoodf sherwoodf left a comment

Choose a reason for hiding this comment

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

LGTM!

@sherwoodf
Copy link
Contributor

I will start work on tests fixes ASAP

@sherwoodf sherwoodf merged commit e02f6a7 into main Jul 31, 2024
15 of 33 checks passed
ctr26 pushed a commit that referenced this pull request Jul 31, 2024
ctr26 pushed a commit that referenced this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants