You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/21 22:57:55 UTC

[GitHub] [superset] rosemarie-chiu commented on issue #15484: [Export Dashboard][Native Filter] Column selection is not saved in export file, and saving dataset id in export file doesn't seem to be a correct approach

rosemarie-chiu commented 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.
   ![CleanShot 2021-07-21 at 15 51 57](https://user-images.githubusercontent.com/52086618/126569901-ea1b717b-b876-490e-8b9c-dc0bfe3cfc98.png)
   
   The root cause of this is that `filterbox` exported yaml refer to dataset by it's `uuid`
   ![CleanShot 2021-07-21 at 15 54 36](https://user-images.githubusercontent.com/52086618/126570094-e92d81d9-1eac-498e-89a3-cdc75f27226b.png)
   
   whereas `native filter` exported yaml file refer to dataset by it's `datasetId`
   ![CleanShot 2021-07-21 at 15 56 42](https://user-images.githubusercontent.com/52086618/126570240-9f9d59f4-8c93-4b52-afbc-7bea02e50a1b.png)
   
   This is wrong because datasetId is different in every workspace. So I believe making that uuid instead of datasetId will solve this issue.
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org