GitHub user Nagarajkalasagonda added a comment to the discussion: Chart migration from one instance to another instance.
I am using superset version 4.0. I am still not able to get the UUID of dataset even affter passing the datasetid in API xxxx/api/v1/dataset/87 Also i use but i getting below response: `Dataset found (ID: 87), but UUID missing in list response. Proceeding to detail fetch. Full dataset summary from list: { "catalog": null, "changed_by": { "first_name": "Superset", "id": 1, "last_name": "Admin" }, "changed_by_name": "Superset Admin", "changed_on_delta_humanized": "an hour ago", "changed_on_utc": "2025-06-03T10:32:04.143569+0000", "database": { "database_name": "Test_DB", "id": 2 }, "datasource_type": "table", "default_endpoint": null, "description": null, "explore_url": "/explore/?datasource_type=table&datasource_id=87", "extra": null, "id": 87, "kind": "physical", "owners": [ { "first_name": "Superset", "id": 1, "last_name": "Admin" } ], "schema": "xxxxxxxx", "sql": null, "table_name": "im_workgroup_master" }` Found 'uid' instead of 'uuid' in full dataset object. Using uid: 87__table GitHub link: https://github.com/apache/superset/discussions/33668#discussioncomment-13355027 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org