Create a governed data interface that consolidates rows from two or more source tables with compatible schemas using UNION. Publish it to the Data Catalog so consumers can access an aggregated view through a stable
schema.
Before you begin
Before you begin, verify the following:
- All source tables are discoverable in the Data Catalog.
- The source tables have compatible schemas. Columns that you map to the same target column
must have compatible data types.
- For tables in external systems, a zero copy connector for each system is configured in Connect Hub. For setup instructions, see the Zero copy connectors documentation.
- Role required: data_product_admin, df_data_steward, delegated_developer, df_data_steward, and delegatedadmin (scope admin)
Procedure
-
Navigate to .
-
Select .
The data interface wizard opens to the Basic details step.
-
Enter the basic details for the data interface and select Continue.
- Interface label: Enter a name for the data interface. This label identifies the interface in the Data Catalog.
- Unique name: Auto-generated from the data interface label.
- Application scope: Select the scope in which to create the data interface.
-
On the Select source tables page, select Add.
-
Search for the source table in the Data Catalog and add tables to your selection.
-
Review the list of tables and select Continue.
The wizard advances to the combination method step.
-
Select Union as the combination method and select
Continue.
-
Map source columns from each table to the union output schema and select
Continue.
The Union mapping step shows a row for each output column. For each
row:
- Select the source column from each table that maps to this output column.
- Enter a target column name.
- Select the target column type.
All source columns mapped to the same output column must have compatible data types. The system validates type compatibility and displays errors before you can continue. 
-
Review the target table column mapping and select Create table.
The Define target table step shows the output schema based on your union mapping. You can adjust column labels and types before creating the table. 
The system creates the data interface table and the underlying Data Fabric Tables. The wizard advances to the Connect and verify step.
-
Connect and verify each source table.
Repeat the following substeps for each source table.
-
Select Connect and verify next to the source table.
-
Select the connector for your source system from the list of available
connections.
-
Select Verify.
The table shows a
Verified status when the connection is verified.

- Optional:
Select Preview to review sample data from the data interface.
The preview shows the top 10 live records from the combined output. Verify the columns and data match what consumers expect before continuing.
-
Review the permissions and select Continue.
For data interfaces built entirely on external source tables, the system automatically configures the required access roles.
Note: If the data interface includes any ServiceNow tables, this step requires a manual permissions request. Copy the email template provided and send it to your Security Administrator. The Security Administrator must
add the correct read roles to the composite role generated for the data interface. Select the confirmation check box before continuing.
-
Review the data interface configuration on the Review and finalize page and select Done.
The data interface is published and the overview page opens.
Result
The data interface is published and visible in Data Workbench. After the metadata collector runs, the data interface appears in the Data Catalog where consumers can discover and request access to it.
Important: There is a delay between publishing a data interface and its appearance in the Data Catalog. The metadata collector must run before the data interface is discoverable. To make the data interface available without waiting for the scheduled run, ask your administrator to run the
collector manually from Connect Hub.
What to do next
To package this data interface into a data product, see Create a data product.