michael-s-molina commented on code in PR #34802:
URL: https://github.com/apache/superset/pull/34802#discussion_r2294193651
##########
superset/db_engine_specs/postgres.py:
##########
@@ -301,7 +302,7 @@ def get_default_schema_for_query(
)
)
- return super().get_default_schema_for_query(database, query)
+ return super().get_default_schema_for_query(database, query,
template_params)
Review Comment:
The super API defines a parameter for `template_params` which is not used
currently in the base implementation but could be used in the future.
--
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]