Created
August 3, 2023 14:39
-
-
Save vielmetti/fb58dae139739ec43a94aa42e0d49a90 to your computer and use it in GitHub Desktop.
superset db upgrade failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> superset db upgrade | |
Traceback (most recent call last): | |
File "/opt/homebrew/bin/superset", line 5, in <module> | |
from superset.cli.main import superset | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/__init__.py", line 21, in <module> | |
from superset.app import create_app | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/app.py", line 23, in <module> | |
from superset.initialization import SupersetAppInitializer | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/initialization/__init__.py", line 33, in <module> | |
from superset.extensions import ( | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/extensions/__init__.py", line 32, in <module> | |
from superset.utils.async_query_manager import AsyncQueryManager | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/utils/async_query_manager.py", line 26, in <module> | |
from superset.utils.core import get_user_id | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/utils/core.py", line 106, in <module> | |
from superset.sql_parse import sanitize_clause | |
File "/opt/homebrew/lib/python3.11/site-packages/superset/sql_parse.py", line 67, in <module> | |
re.compile(r"'(''|\\\\|\\|[^'])*'", sqlparse.keywords.FLAGS).match, | |
^^^^^^^^^^^^^^^^^^^^^^^ | |
AttributeError: module 'sqlparse.keywords' has no attribute 'FLAGS' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment