michellethomas opened a new pull request #4344: Adding dashboard add view URL: https://github.com/apache/incubator-superset/pull/4344 I've been using the flask app builder apis to programmatically create slices and dashboards, but when posting to `sliceaddview/api/create` or `dashboardmodelview/api/create` the result doesn't include fields that are useful. They both don't include the `id` of the dashboard or slice created (which makes it difficult to keep track of). show_columns is the field that determines what data gets returned after a request, so I'm adding additional fields to show_columns. SliceAddView already exists and is being used to get all slices for a user, so because I don't want to introduce any future issues I'm adding tests for sliceaddview. @john-bodley
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
