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

unable to remove table notice text #55

Open
bpdanskin opened this issue Dec 4, 2024 · 0 comments
Open

unable to remove table notice text #55

bpdanskin opened this issue Dec 4, 2024 · 0 comments

Comments

@bpdanskin
Copy link

Cannot use update_metadata() to remove notice text. The following line of code:

client.annotation.update_metadata(table_name='proofreading_status_and_strategy', notice_text=None)

does not error, but fails to update the notice text. If I hackily do:

client.annotation.update_metadata(table_name='proofreading_status_and_strategy', notice_text='None')

it successfully updates the notice text to return the string 'None', but as of now there is no way to delete the warning notice on a table query.

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

No branches or pull requests

1 participant