grumpy-miner commented on issue #21001:
URL: https://github.com/apache/superset/issues/21001#issuecomment-1208063529

   It is because in v2.0.0 dashboard is downloaded as zip file.
   If you want to continue exporting dashboard as json file you need to add 
`VERSIONED_EXPORT` as `False` in `FEATURE_FLAGS`
   ```py
   FEATURE_FLAGS = {
           ...
           "VERSIONED_EXPORT": False,
       }
   ```


-- 
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