AlmiS opened a new pull request, #21071: URL: https://github.com/apache/superset/pull/21071
### SUMMARY When importing a dashboards from another superset instance, the importer will ensure that all chart ids are remapped to the new ids. This includes id's in the dashboard metadata such as filter scopes and native filters. However, the remapping was not implemented for the cross filters configuration. This PR fixes that. ### TESTING INSTRUCTIONS Unit test have been added to existing `tests/unit_tests/dashboards/commands/importers/v1/utils_test.py` Can be tested with `tox -e py38 tests/unit_tests/dashboards/commands/importers/v1/utils_test.py` -- 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]
