You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/11/03 06:49:55 UTC

[GitHub] [superset] rumbin commented on issue #17302: Dynamic SQL generation at Schema Level and Database Level

rumbin commented on issue #17302:
URL: https://github.com/apache/superset/issues/17302#issuecomment-958690445


   You can use Jinja, referring to the filter values.
   Just ensure you add a db_client column to the query which just contains the filter value and also refer to the filter value in the schema of the `FROM` clause.
   
   The dashboard filter needs to be populated from another dataset that returns all possible db_clients then.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org