madhamanchiharsha opened a new issue #13267:
URL: https://github.com/apache/superset/issues/13267
HI,
I am automating our dashboard creation using apis. We have to create a
calculated columns in our datasets. I have done the same from UI and added a
sample image here.In order to create the calculated columns, I am using
/api/v1/dataset/{pk} api. However these are the problems I am facing:
When I try this in swagger: validation fails for override_columns (I have
tried false/False/FALSE/0).
When I try this is in postman. I get the following error saying "Datasource
already exists".
### Expected results
we need to get response as 201 for creating calculated columns in dataset api
### Actual results
In swagger validation failing for override columns field.
#### Screenshots

#### How to reproduce the bug
### Environment
(please complete the following information):
- superset version: 1.0
- python version: 3.8
- node.js version: `node -v`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]