michael-s-molina commented on PR #32520:
URL: https://github.com/apache/superset/pull/32520#issuecomment-2754646954
> But then how would we indicate that a metric or column was removed from a
folder?
The delta contains this type of information. It contains only the folders
that had any change and the type of change made. Something like:
```
"changed_folders": [
"uuid": "uuid1",
"added": ["colum_a", "column_b"],
"removed": ["colum_c"],
]
```
This is just an example, we can make the payload even more compact.
--
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]