How can I use the new Dataset API to delete a column/metric? #12819
Unanswered
etr2460
asked this question in
Q&A / Help
Replies: 2 comments 2 replies
-
@dpgaspar is this something that was missed on initial implementation, or is there some FAB magic we're missing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@etr2460 you are right, and there is no missing magic @willbarrett. It seems to be missing, the columns and metrics API chunk is not used by the frontend yet, but I think it's something we will support in the future (no defined dates yet) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See question in the title. The only API i see for Datasets is
PUT /api/v1/dataset/<pk>
, which doesn't seem to support deleting a column or a metric. Is this supported/planned to be supported in the future?Beta Was this translation helpful? Give feedback.
All reactions