Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Clearing Metadata Errors

Whenever you provision a C3 package to your tag, you will get a multitude of metadata warnings, and in some cases errors.
This results in the following yellow or red banner at the top of your static console.

Image Added

to clear these errors, simply Simply issue

Code Block
languagejs
DbMetadataIssue.removeAll()

in the static console or

Code Block
languagepy
c3.DbMetadataIssue.removeAll()

through a connected python session.