fitzee commented on PR #40008:
URL: https://github.com/apache/superset/pull/40008#issuecomment-4417822091
**Manual test — verified ✅**
Tested on the branch env with a display control referencing the `jp_sales`
column:
Export YAML excerpt (`dashboards/*.yaml`):
```yaml
chart_customization_config:
- targets:
- datasetId: 20
column:
name:
- jp_sales
datasetUuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
```
Before this fix: only `datasetId: 20` was present — no UUID, broken on
import to any other environment.
After: both fields written (dual-write for rollback compat), `datasetUuid`
is the portable identifier that the import path now resolves back to a local
`datasetId`.
--
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]