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 2022/04/11 02:07:27 UTC

[GitHub] [superset] AswarS opened a new issue, #19640: how to use the api? Could someone help me plz!

AswarS opened a new issue, #19640:
URL: https://github.com/apache/superset/issues/19640

   i want to use the api to get and create a database, dataset and chart, but i don't understand the parameter provided by the offical document.((http://127.0.0.1:5000/swagger/v1))
   for example, i want to get the charts information, but what does the columns means and what value should it take?
   The following are the parameters required by the api 
   {
     "columns": [
       "string"
     ],
     "filters": [
       {
         "col": "string",
         "opr": "string",
         "value": 0
       }
     ],
     "keys": [
       "list_columns"
     ],
     "order_column": "string",
     "order_direction": "asc",
     "page": 0,
     "page_size": 0
   }
   


-- 
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.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] srinify commented on issue #19640: how to use the api? Could someone help me plz!

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

   Hey Aswar! Moving to Discussions since this isn't a bug (we're trying to keep Issues focused on Bugs and SIPs).
   
   You may also find this introductory event useful around the Superset API: https://www.youtube.com/watch?v=vFTI087HYNE


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