The python based export of dashboards (inv json.export command) is messing up dashboards by omitting some attributes. It's probably related to the previous import bug, where attributes that the python model doesn't know about are being omitted.
I'm thinking that the tessera_client module and the python model should just go away.
The python based export of dashboards (
inv json.export
command) is messing up dashboards by omitting some attributes. It's probably related to the previous import bug, where attributes that the python model doesn't know about are being omitted.I'm thinking that the
tessera_client
module and the python model should just go away.