jamra commented on code in PR #34802:
URL: https://github.com/apache/superset/pull/34802#discussion_r2294167317


##########
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:
   Why do we need to propagate template_params if we already do the jinja 
processing here? Is it for the table extraction method?



-- 
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