Canvas enables you to export the configured reports in JSON and SQL formats. You can use this feature to promote reports configuration from one environment to another, e.g. development to testing servers. Once you export the reports configuration in JSON format from source environment (e.g. development), you can then inject using the Import feature in Sigma Studio on the target environment (e.g. testing). If you have exported in SQL format from the source environment, you must execute the exported SQLs on the DB in the target environment.
Perform the following to export the report configuration:
Steps to export report metadata in JSON format:
Click Information Report menu from the left navigation in Sigma Studio.
A list of configured reports appears on the right-side of the page.Right-click an existing report and click Generate JSON.
Click OK to the success message.
The JSON file containing the report metadata is exported with the component ID as filename as highlighted in the following screenshot.
Steps to export report metadata in SQL format:
Click Information Report menu from the left navigation in Sigma Studio.
A list of configured reports appears on the right-side of the page.Right-click an existing report in Sigma Studio and click Generate SQL.
Click OK to the success message.
The SQL file containing the report metadata is exported with the component ID as filename as highlighted in the following screenshot.