When executing "hue dumpdata", "Table'hue.hive_query' doesn't exist" is displayed

The environment is as follows.
AWS EMR 5.33
hue 4.9.0
When ”hue dumpdata” is executed, the following stderr is displayed.

jobbrowser.DagDetails.dag_info: (fields.W342) Setting unique = True on a ForeignKey has the same effect as using a OneToOneField.
HINT: ForeignKey (unique = True) is usually better served by a OneToOneField.
jobbrowser.QueryDetails.hive_query: (fields.W342) Setting unique = True on a ForeignKey has the same effect as using a OneToOneField.
 HINT: ForeignKey (unique = True) is usually better served by a OneToOneField.
CommandError: Unable to serialize database: (1146, "Table'hue.hive_query' doesn't exist")

I’m particularly worried about “hue.hive_query’don’t exist”. Is there a way to solve it?

The above message was displayed after migrating from hue 4.3 to 4.9