EBoisseauSierra opened a new issue #17662:
URL: https://github.com/apache/superset/issues/17662
## Problem
I build dashboards on a “dev” instance, export them, and import the archive
on the “prod” one; all via CLI.
On dev, I change the status of some of the dashboards from draft to
published.
However, **the dashboard's YAML file in the export does not include any
mention of the dashboard “draft/published” status**.
So I then need to manually publish the imported dashboards on prod again.
## Wished solution
I would like that **the imported dashboards have the same “draft/published”
status as their exported counterpart**.
Practically, this means that I would like to:
- be able to track the “draft/published” status of a dashboard in its YAML
file in the export,
- be able to set the “draft/published” status of an imported dashboard,
based on the imported YAML file data.
## Alternative
Manual work… but I'm afraid I'm lazy :wink:
## Additional context
Both dev and prod are running Superset 1.3.2, alongside the following
feature flags:
```python
FEATURE_FLAGS = {
"VERSIONED_EXPORT": True,
}
```
--
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]