Create a data source similar to Telecom core data source

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 2 min. de leitura
  • Set up a schema-compliant data source in the connector’s application scope to simulate telecom data and ensure successful testing and validation of the Telecom Discovery Builder framework ETL before integrating with live device data.

    Antes de Iniciar

    Role required: admin

    Ensure the following:
    • Access to the TSOM Core application and its data sources.
    • Switch to the connector’s application scope.
    • Have a sample payload that conforms to the Telco Generic Schema (optional, but recommended for testing).

    Por Que e Quando Desempenhar Esta Tarefa

    When duplicating the Telecom Discovery Builder framework ETL into a Service Graph Connector (SGC) application scope, you must first create a data source that replicates the exact structure of the TSOM Core data source. This duplicated data source provides the required schema and structure for testing and validating the ETL before connecting it to live telecom data.

    The Telecom Discovery Builder framework expects data that conforms to the Telco Generic Schema, as defined in the Telecom Core. Duplicating the original TSOM data source ensures:

    • Schema alignment during ETL duplication.
    • A valid import set structure for testing.
    • Separation of core and connector scopes for customization and upgrade safety.

    When to create a data source similar to the TSOM Core data source:

    • Before duplicating the Telecom Discovery Builder framework ETL.
    • When you want to run a test load using simulated or placeholder telecom data.
    • When preparing the connector’s application scope for ingestion configuration.

    The following screenshot can help you understand to fill the field values while you create the data source.Create data source user interface

    Procedimento

    1. Navigate to All > System Import Sets > Administration > Data Sources.
    2. Find the Generic Schema Multi Source v2 or a similar baseline source provided with TSOM Core.
    3. Open the TSOM Core data source record and copy the script from the Data Loader field.
    4. Create a data source by clicking New.
    5. On the form, fill in the fields
    6. In the Type field, select Custom (Load by Script).
    7. Select the Data in single column field.
    8. In the Data Loader field, paste the copied script.
    9. Select Submit.
      The data source is created.
    10. Opcional: To test load the data source:
      1. Click Test Load 20 Records (or similar) to generate an import set.
      2. Ensure that records are created without errors.
      3. Confirm that classes like Logical Composite, Network Gear, or Port appear in the staging table.

    O que Fazer Depois

    After the data source is created and tested:

    • Use it as the import source when duplicating the Telco Generic ETL.
    • Replace it with the actual connector-specific data source once simulation and validation are complete.