betodealmeida commented on code in PR #20895:
URL: https://github.com/apache/superset/pull/20895#discussion_r933531169


##########
setup.py:
##########
@@ -64,6 +64,9 @@ def get_git_sha() -> str:
     zip_safe=False,
     entry_points={
         "console_scripts": ["superset=superset.cli.main:superset"],
+        "sqlalchemy.dialects": [

Review Comment:
   ```suggestion
           # the `postgres+psycopy2://` scheme was removed in SQLAlchemy 1.4, 
add an alias here
           # to prevent breaking existing databases
           "sqlalchemy.dialects": [
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to