Create a Data Stream (Integration Hub) type data source
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Data Management
Create a Data Stream (IntegrationHub) type data source record to define what complex data an import set should import from a Data Stream action.
Before you begin
Procedure
- Navigate to All > System Import Sets > Administration > Data Sources.
- Click New.
-
Complete the form.
Field Description Name A unique name for this data source. Import set table label A label for the import set staging table to use. Import set table name The ServiceNow AI Platform uses the label you entered to construct a unique table name. This prevents namespace collision with an already existing table. Type Data Stream (Integration Hub) type data source. Data Stream action Selected to use an existing published Data Stream action from Integration Hub.
Selected for one of the following reasons:
- If you select a published Data Stream action, click this button to open the Data Stream action in Integration Hub.
- If you don't select a Data Stream action, click this button to create and publish a new Data Stream action in Integration Hub.
Note: Data Stream actions require a subscription for production use.Connection Specify the connection alias for the Data Stream action. You can use the default parent alias or select any of its children's aliases. Available child aliases are listed in the menu.
This field is only available when the Data Stream action is configured to use a connection alias. For more information, see Create a Connection and Credential alias.
Data in single column Selected to store data in a single column. Use Batch Import If selected, specifies that loading data should be batched when you click Load data or Test load 20 records. Batch Size Specifies how big the batches should be. Appears only when the Use Batch Import field is selected. The glide.import_set_load_usebatch and glide.import_set_load_batch_size properties affects these fields. The priority order for the properties and fields are as follows: If the property is set, use the property value. If not, use the field value. If neither property is set, use the default batch size of 1000.- For example, if glide.import_set_load_usebatch = true and glide.import_set_load_batch_size = 200, use 200 as the batch size, regardless of the field values.
- For example, if glide.import_set_load_usebatch = true and the glide.import_set_load_batch_size property is not set, use the default batch size of 1000.
- For example, if the glide.import_set_load_usebatch property is not set and the Use Batch Import field = true, use the Batch Size field value (or the default of 1000 if the Batch Size field value is not set)
- For example, if the glide.import_set_load_usebatch property = false and the Use Batch Import field = true, do not use batch import, since the property is set to false.
Data Stream action inputs Additional fields may appear, based on the inputs defined in the Data Stream action. - Click Submit.
What to do next