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/02 07:42:18 UTC

[GitHub] [superset] suraj-12 opened a new issue #17317: issue while getting parameter value from url in superset 1.3

suraj-12 opened a new issue #17317:
URL: https://github.com/apache/superset/issues/17317


   I am using superset version 1.3 and not able to fetch parameter value from url which was working earlier in 0.3 version.
   
   i am using url_param. 
   
   query example ex:- CostCenter is not null and CostCenter  IN ({{url_param('costCenter')}})
   


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


[GitHub] [superset] villebro commented on issue #17317: issue while getting parameter value from url in superset 1.3

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #17317:
URL: https://github.com/apache/superset/issues/17317#issuecomment-957184987


   I am unable to reproduce both on 1.3.2 and master branch. I created a datasource with the following query:
   ```sql
   select '{{ url_param('abc') }}' as qwerty
   ```
   I then created a chart+dashboard with it and when calling the dashboard with the url param `abc=123` I am able to successfully render the following view:
   
   ![image](https://user-images.githubusercontent.com/33317356/139808748-6d954a02-cafb-45f5-9c2c-299253997fb6.png)
   


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


[GitHub] [superset] villebro commented on issue #17317: issue while getting parameter value from url in superset 1.3

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #17317:
URL: https://github.com/apache/superset/issues/17317#issuecomment-957184987


   I am unable to reproduce both on 1.3.2 and master branch. I created a datasource with the following query:
   ```sql
   select '{{ url_param('abc') }}' as qwerty
   ```
   I then created a chart+dashboard with it and when calling the dashboard with the url param `abc=123` I am able to successfully render the following view:
   
   ![image](https://user-images.githubusercontent.com/33317356/139808748-6d954a02-cafb-45f5-9c2c-299253997fb6.png)
   


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


[GitHub] [superset] villebro commented on issue #17317: issue while getting parameter value from url in superset 1.3

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #17317:
URL: https://github.com/apache/superset/issues/17317#issuecomment-957184987


   I am unable to reproduce both on 1.3.2 and master branch. I created a datasource with the following query:
   ```sql
   select '{{ url_param('abc') }}' as qwerty
   ```
   I then created a chart+dashboard with it and when calling the dashboard with the url param `abc=123` I am able to successfully render the following view:
   
   ![image](https://user-images.githubusercontent.com/33317356/139808748-6d954a02-cafb-45f5-9c2c-299253997fb6.png)
   


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


[GitHub] [superset] suraj-12 commented on issue #17317: issue while getting parameter value from url in superset 1.3

Posted by GitBox <gi...@apache.org>.
suraj-12 commented on issue #17317:
URL: https://github.com/apache/superset/issues/17317#issuecomment-962827493


   not working when using elasticsearch as datasource and also wildcard is not working while creating table which was working in 0.38 version of superset.


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