Skip to main content

Browse and Preview Source Data

Browse and connector preview are separate, connector-specific capabilities. Check the connector capability matrix before using this workflow. When preview is unsupported, validate data through a bounded poll read, an inbound subscription sample, or the file-import workflow instead.

Current browse and connector-preview support

ConnectorBrowseConnector preview
OPC UANode hierarchy.Not implemented.
BACnetDiscovered devices and configured object-type groups.Not implemented.
ModbusConfigured register map.Not implemented.
MQTTNot supported; configure topics manually.Not implemented.
RESTNot supported; configure JSONPath fields manually.Not implemented.
CSV / ExcelNot supported; inspect the imported file.Not implemented.
JDBCTables, views, and columns from JDBC metadata.Not implemented.
Fabric — OneLakeOneLake file and folder paths.Not implemented; OneLake does not decode rows.
Fabric — SQL endpointConfigured table and allowlisted columns.Up to 25 tabular rows.

Prerequisites

Use a supported browse or preview operation only after:

  • the connector has been saved;
  • test connection succeeds or the known failure is being investigated;
  • source owner can confirm tag, topic, object, table, file, or field meaning;
  • expected units, timestamp behavior, and update interval are available;
  • the operator knows which downstream workflow needs the data.

When to use this page

Use this workflow when:

  • a connector test succeeds;
  • you need to find the correct tags, fields, topics, objects, tables, or files;
  • the source owner needs to confirm units and meaning;
  • mappings are being prepared for Inspector, AI Agent, predictive maintenance, or BI.

Browse workflow

  1. Open Data Integration > Connectors.
  2. Open the connector.
  3. Start the connector; connector browse and preview require an active instance.
  4. Open source browse only if the matrix marks it supported.
  5. Navigate through source hierarchy.
  6. Select candidate nodes or fields, or record the manually configured source path.
  7. Record source paths that should be mapped.

What "source hierarchy" means depends on connector type:

Source typeSupported discovery result
OPC UANamespace, objects, variables, nodes.
BACnetDiscovered devices and configured object-type groups.
ModbusConfigured register map.
JDBCTables, views, and columns.
Fabric — OneLakeFile and folder paths.
Fabric — SQL endpointConfigured table and allowlisted columns.

Preview workflow

  1. Confirm that connector preview is supported. Today this means Fabric SQL endpoint mode.
  2. Select an allowlisted SQL endpoint column and run preview.
  3. Check recent sample values.
  4. Confirm timestamp.
  5. Confirm data type.
  6. Confirm unit.
  7. Confirm expected range.
  8. Mark the field ready, uncertain, or rejected.

What to record

For every candidate field, record:

ItemWhy it matters
Source pathNeeded for mapping.
Display nameHelps reviewers recognize the field.
Source ownerNeeded when values look wrong.
Timestamp fieldRequired for time-based workflows.
UnitNeeded for conversion and quality checks.
Expected rangeHelps detect impossible values.
Target asset or pointNeeded for operational context.
Review stateReady, uncertain, or rejected.

Expected output

The output of discovery and value validation is not a production mapping. It is a reviewed source-field list that includes source path, sample value when available, timestamp behavior, unit, target context, and review state. Keep uncertain fields out of mappings until the source owner confirms them.

Preview review checklist

Approve a source field for mapping only when:

  • the value is current enough for the workflow;
  • timestamp is clear;
  • equipment or asset identity is clear;
  • unit is known;
  • value range is plausible;
  • source owner can explain the field;
  • the same field is not duplicated under a better source path.

Common problems

SymptomLikely causeAction
Browse failsConnector is not running, source is unreachable, or permission is missing.Start connector and recheck credentials/network.
Preview is unavailableThe connector does not implement connector preview, or Fabric is in OneLake mode.Use the capability matrix and validate with poll read, subscription, file import, or Fabric SQL endpoint mode.
Supported preview is emptyThe Fabric SQL path has no rows or its selection is too narrow.Ask the source owner and check table, column allowlist, and query window.
Timestamp is missingSource payload has no usable time field.Add timestamp mapping or choose another field.
Values are staleUpstream source stopped updating or interval is too long.Check source system and sync strategy.
Values look impossibleUnit, scale factor, byte order, or field selection may be wrong.Review connector configuration and mapping transform.

Next step

After the supported validation path confirms the right source field, continue with Mapping Source Fields.