Skip to content

Commit

Permalink
make a new entrypoint for deprecated postgres dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jul 28, 2022
1 parent 383313b commit 6ca898b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def get_git_sha() -> str:
zip_safe=False,
entry_points={
"console_scripts": ["superset=superset.cli.main:superset"],
"sqlalchemy.dialects": [
"postgres.psycopg2=sqlalchemy.dialects.postgresql:dialect"
],
},
install_requires=[
"backoff>=1.8.0",
Expand Down

0 comments on commit 6ca898b

Please sign in to comment.