Skip to content

Commit

Permalink
lit
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Apr 28, 2023
1 parent 3d612d4 commit 61c8f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/db_engine_specs/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def epoch_to_dttm(cls) -> str:
class PostgresEngineSpec(PostgresBaseEngineSpec, BasicParametersMixin):
engine = "postgresql"
engine_aliases = {"postgres"}
supports_dynamic_schema = True

default_driver = "psycopg2"
sqlalchemy_uri_placeholder = (
Expand Down

0 comments on commit 61c8f27

Please sign in to comment.