GitHub user dosubot[bot] added a comment to the discussion: assets import
<!-- Answer --> You don't need to include slice_id, id, or chartId fields in your chart or dashboard YAMLs for asset import. These are internal database IDs managed by Superset and are not required (or even used) in the import schema. The import process relies on UUIDs for identifying and linking assets—so just make sure all your UUIDs are unique and all references (like dataset_uuid in charts, or chart UUIDs in dashboard positions) are consistent across your bundle. Superset will assign new internal IDs as needed during import, and will automatically update any chartId references in dashboard layouts to match the new chart IDs it generates. Best practice: omit id, slice_id, and chartId from your import YAMLs and use only UUIDs and reference fields for linking assets. [Reference: chart schema](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/charts/schemas.py) | [Reference: dashboard schema](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/dashboards/schemas.py) | [Import logic and ID mapping](https://github.com/apache/superset/issues/32644) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b5e8058d-9235-403c-8eaf-04d0b317ad73?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34573) GitHub link: https://github.com/apache/superset/discussions/34573#discussioncomment-14041880 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
