How to Solve NameError: name 'SQLA' is not defined -- flask_appbuilder

Solution: Import the 'SQLA' module

# Add the following line to the top of your code
from flask_appbuilder import SQLA

 

For more information:
flask_appbuilder SQLA