dosubot[bot] commented on issue #32722: URL: https://github.com/apache/superset/issues/32722#issuecomment-2733443663
<!-- Answer --> Annotation layers, except for `AnnotationType.FORMULA`, are not being imported or exported in Superset version 4.1.1 because the `filter_chart_annotations` function explicitly filters out all annotation layers that are not of type `FORMULA`. This behavior was introduced in version 3.1.1 as a temporary measure, as indicated by a TODO comment in the code suggesting the need to handle annotation dependencies on other charts or annotation layer objects <sup>[[1]](https://github.com/apache/superset/blob/master/superset/commands/chart/importers/v1/utils.py)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/CHANGELOG/3.1.1.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/88668e02-7571-4711-80d8-15f4ec52a724?feedback_type=other)</sup> -- 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]
