hughhhh commented on code in PR #23447:
URL: https://github.com/apache/superset/pull/23447#discussion_r1144809978
##########
superset/db_engine_specs/postgres.py:
##########
@@ -291,6 +292,26 @@ def query_cost_formatter(
) -> List[Dict[str, str]]:
return [{k: str(v) for k, v in row.items()} for row in raw_cost]
+ @classmethod
+ def get_catalog_names(
Review Comment:
can we write a small test for validating this query with a postgres db?
--
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]