rosemarie-chiu edited a comment on issue #15484: URL: https://github.com/apache/superset/issues/15484#issuecomment-884549910
@junlincc @rusackas this should be a bug to fix not an enhancement. From my screenshot you can see that the exactly same filter, filterbox works just fine after export / import but native filter doesn't.  The root cause of this is that `filterbox` exported yaml refer to dataset by it's `dataset_uuid`  whereas `native filter` exported yaml file refer to dataset by it's `datasetId`  This is wrong because datasetId is different in every workspace. So I believe making that refer to `dataset_uuid` instead of `datasetId` will solve this issue. cc @jinghua-qa look out for this when you are using exported dashboard as testing data. -- 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]
