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