etr2460 commented on pull request #13389: URL: https://github.com/apache/superset/pull/13389#issuecomment-790735195
Hmmm, does this mean that to only change one column/metric you need to send a payload with all the other columns/metrics and all their attributes along with it? That's not ideal since we have a dataset with over 10k metrics and 5k columns. Could we instead add the api directly onto the SqlMetric and SqlColumn models? I think it makes sense to create, update, and delete these outside the scope of the Dataset, as long as when creating them you add the dataset ID ---------------------------------------------------------------- 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]
