Export to External Project Table
Description
Section titled “Description”Copies data from a table in the current project into a table in a different project. Useful when projects share reference data, when a consolidation project pulls from multiple operational projects, or when you want to hand off processed results to another team’s project.
Schema must be compatible between source and target. Cross-project access requires the running user to have permission on both.
Data Sharing Management
Section titled “Data Sharing Management”
In order to export a table to another project you must first go to both projects Home Tab and allow the projects to share data with each other. To do this select New Data Share and select the project and give them Read access.
Export External Project Table
Section titled “Export External Project Table”
Read From
Section titled “Read From”Select the Source Table from the drop down menu.
Write To
Section titled “Write To”Target Project
Section titled “Target Project”Select the Target Project from the drop down menu.
Target Table Static
Section titled “Target Table Static”To establish the target table select either an existing table as the target table using the Target Table dropdown or click on the green ”+” sign to create a new table as the target.
Table Creation
Section titled “Table Creation”When creating a new table you will have the option to either create it as a View or as a Table.
Views:
Section titled “Views:”Views are useful in that the time required for a step to execute is significantly less than when a table is used. The downside of views is they are not a useful for data exploration in the table Details mode.
Tables:
Section titled “Tables:”When using a table as the target a step will take longer to execute but data exploration in the Details mode is much quicker than with a view.
Target Table Dynamic
Section titled “Target Table Dynamic”The Dynamic option allows specification of a table using text, including variables. This is useful when employing variable driven workflows where table and view references are relative to the variables specified.
An example that uses the current_month variable to dynamically point to target table:
legal_entity/inputs/{current_month}/ledger_valuesAppend to Existing Data
Section titled “Append to Existing Data”To append the data from the source table to the target table select the Append to Existing Data check box.