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: [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]

Reply via email to