Manta Flow Open Manta Integration Export Execution
Note that dictionary export is executed if and only if at least one dictionary export connection is configured. The model export is also executed if and only if at least one model export connection is configured.
For more information, see Manta Flow Open Manta Integration
Export Configuration.
Execution by Using a Shell Script
To execute the export:
-
Perform an initial configuration based on the descriptions in the article Open Manta Integration Export Configuration.
-
Once all the necessary metadata is in the Manta Flow Server, run
_run_export_openexport.bat
(on Windows) or_run_export_openexport.sh
(on Linux); otherwise, execute the whole extraction, analysis, and export process by running_run_openexport.bat
(on Windows) or_run_openexport.sh
(on Linux). -
After the export is completed:
-
The output files with transformation objects and lineage are stored in the
${manta.dir.output}/<technology>/${<technology>.dictionary.id}/openexport
folder, where<technology>
represents the exported technology. -
The output files with dictionary objects are stored in the
${manta.dir.output}/openexportdictionaries/${manta.openExport.dictionaries.id}
folder. -
The output files with model objects and model relations are stored in the
${manta.dir.output}/openexportmodels/${manta.openExport.models.id}
folder.
-
Execution by Using Manta Orchestration API
To execute the export:
-
Perform an initial configuration based on the descriptions in the article Open Manta Integration Export Configuration.
-
Once all the necessary metadata is in the Manta Flow Server, execute Manta Workflow to execute the export.
- A workflow with the same definition as the
run_all_export
workflow template can be used. See http://< MANTA_ADMIN_GUI_BASE_URL >/public/process-manager/v1/workflow/templates/Run%20Export%20OpenExport where MANTA_ADMIN_GUI_BASE_URL is your MANTA_ADMIN_GUI_BASE_URL.
- A workflow with the same definition as the
-
Or, if the metadata is not accessible in Manta Flow Server yet, execute Manta Workflow to execute the whole extraction, analysis, and export process.
- A workflow with the same definition as the
run_all
workflow template can be used. See http://< MANTA_ADMIN_GUI_BASE_URL >/public/process-manager/v1/workflow/templates/Run%20OpenExport where MANTA_ADMIN_GUI_BASE_URL is your MANTA_ADMIN_GUI_BASE_URL.
- A workflow with the same definition as the
-
After the export is completed:
-
The output files with transformation objects and lineage are stored in the
<MANTA_HOME>/cli/outputs/<job_id>/<technology>/${<technology>.dictionary.id}/openexport
folder, where<technology>
represents the exported technology. -
The output files with dictionary objects are stored in the
<MANTA_HOME>/cli/outputs/<job_id>/openexportdictionaries/${manta.openExport.dictionaries.id}
folder. -
The output files with model objects and model relations are stored in the
<MANTA_HOME>/cli/outputs/<job_id>/openexportmodels/${manta.openExport.models.id}
folder. -
The output can also be obtained by using the Get Workflow Execution Output API endpoint. See http://< MANTA_ADMIN_GUI_BASE_URL >/public/process-manager/v1/executions/{executionId}/output where MANTA_ADMIN_GUI_BASE_URL is your MANTA_ADMIN_GUI_BASE_URL.
-
Execution by Using Manta Process Manager
To execute the export:
-
Perform an initial configuration based on the descriptions in the article Open Manta Integration Export Configuration.
-
Once all the necessary metadata is in the Manta Flow Server:
-
Click Execute Workflow under the Process Manager tab in Manta Admin UI.
-
In the Execute Workflow/Scenario window, under the tab Standard Workflows, select Run Export OpenExport.
-
In the Confirm the Execution dialog, click the OK button to confirm.
-
-
After the export is completed:
-
On the Process Manager screen, in the Workflow History table, click the icon for the Output Column and the row related to the last workflow execution to download the ZIP archive containing the CSV files with exported data.
-
The output files with transformation objects and lineage are stored in the
<job_id>/<technology>/<connection>/openexport
folder relative to the ZIP archive root. -
The output files with dictionary objects are stored in the
<job_id>/openexportdictionaries/<connection>
folder relative to the ZIP archive root. -
The output files with model objects and model relations are stored in the
<job_id>/openexportmodels/<connection>
folder relative to the ZIP archive root.
-
For more information on Manta Process Manager, see Manta Process Manager.