Background
It appears that currently we don’t have a way to automate the migration of CDF Cavases created in CDF dev to CDF prod. This would mean that it will be necessary to re-create all the Canvases in prod CDF project.
Proposal
If there is API support for retrieving a representation of a Canvas, it will be possible to easily migrate that to a different CDF project.
- Represent CDF Canvases in data-sets.
- Add SDK capability to retrieve the object representation of the Canvas.
- This should allow migration of Canvases in-between different CDF projects.