wp-cli error: "Term is missing a parent"
When I try to export posts via the command line, I get an immediate error that the term is missing a parent:
$ wp export
Starting export process...
Error: Term is missing a parent: name-of-tag (123)
When I looked in Wordpress, the ID applied to a tag, which has no applicable parent/child model to it. So what is going on here and how do I fix it?