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

Model for annotation metadata #8159

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Model for annotation metadata #8159

merged 1 commit into from
Sep 11, 2023

Conversation

marcospri
Copy link
Member

@marcospri marcospri commented Sep 5, 2023

@marcospri marcospri marked this pull request as ready for review September 5, 2023 10:37
@marcospri marcospri requested a review from seanh September 5, 2023 10:37
unique=True,
)

meta = sa.Column(
Copy link
Member Author

Choose a reason for hiding this comment

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

metadata can't be a model attribute. I've gone for meta in the model and metadata in the table.

Should both (model and table) but just be meta?

Copy link
Contributor

Choose a reason for hiding this comment

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

How about just data?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I've been using this in some follow up PRs and the meta/metadata idea was awful. data it is

unique=True,
)

meta = sa.Column(
Copy link
Contributor

Choose a reason for hiding this comment

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

How about just data?

Base automatically changed from annotation-metadata-migration to main September 11, 2023 08:51
@marcospri marcospri merged commit b067cfe into main Sep 11, 2023
6 checks passed
@marcospri marcospri deleted the annotation-metadata-model branch September 11, 2023 09:22
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