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

Bug: Don't try to parse annotations two times in a row #537

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

kbolashev
Copy link
Member

Bug happens when you have a datasource with annotations in it and do:

ds.all().get_blob_fields()

It ends up trying to convert the annotations a second time and raising an exception. This PR fixes this bug.
Additionally hid the warning for bad converted annotations behind a check that they actually exist. Mild annoyance

@kbolashev kbolashev added the bug Something isn't working label Oct 9, 2024
@kbolashev kbolashev self-assigned this Oct 9, 2024
Copy link

dagshub bot commented Oct 9, 2024

@kbolashev kbolashev merged commit c5aa94a into master Oct 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant