We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot use update_metadata() to remove notice text. The following line of code:
update_metadata()
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cannot use
update_metadata()
to remove notice text. The following line of code:does not error, but fails to update the notice text. If I hackily do:
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.
The text was updated successfully, but these errors were encountered: