Skip to content

Export to External Project Table

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

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

Select the Source Table from the drop down menu.

Select the Target Project from the drop down menu.

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.

When creating a new table you will have the option to either create it as a View or as a Table.

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.

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.

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_values

To append the data from the source table to the target table select the Append to Existing Data check box.