Explore streams in Fabric Real-Time hub (preview)

When you navigate to Real-Time hub in Fabric, you can view all the data streams that are present in Fabric. There are three tabs in the hub. This article covers the Data streams tab of the Real-Time hub.

Note

Real-Time hub is currently in preview.

Tab Description
Data streams You see all data streams that are actively running in Fabric that you have access to. The list includes streams from Fabric eventstreams and KQL tables that you have access to.
Microsoft sources You see all Microsoft sources that you have access to and connect to Fabric. The current supported Microsoft sources are:
  • Azure Event Hubs
  • Azure IoT Hub
  • Azure SQL DB Change Data Capture (CDC)
  • Azure Cosmos DB CDC
  • PostgreSQL DB CDC
  • MySQL Database CDC
Fabric events You can monitor and react to the following events:
  • Fabric Workspace Item events
  • Azure Blob Storage events

These events can be used to trigger other actions or workflows, such as invoking a data pipeline or sending a notification via email. You can also send these events to other destinations via eventstreams.

Screenshot that shows the Real-Time hub.

Data streams tab

Columns

The Data streams tab has the following columns:

Column Description
Name Name of the stream or KQL table.
Item Name of the parent artifact. For a stream, it's the name of the eventstream. For a KQL table, it's the name of the KQL database.
Owner Name of owner of the parent artifact.
Location Name of workspace where the parent artifact is located.
Endorsement Endorsement status of the parent artifact.
Sensitivity Sensitivity status of the parent artifact.

Screenshot that highlights the column names on the Data streams tab of Real-Time hub.

Filters

The following filters are available at the top for you to narrow down easily to the desired stream:

Filter Description
Owner You can filter on the name of the owner of the parent artifact. For a stream, it's the owner of the parent eventstream. For a KQL table, it's owner of the parent KQL database.
Item You can filter on the desired parent artifact name. For a stream, it's the name of the eventstream. For a KQL table, it's the name of the KQL database.
Location You can filter on the desired workspace name.

Screenshot that shows the filters on the Data streams tab of Real-Time hub.

You can also search your streams/events using the search bar by typing in the name of stream.

Screenshot that shows the search box on the Data streams tab of the Real-Time hub.

Actions

Here are the actions available on streams from eventstreams in the Data streams tab. Move the mouse over the data stream, select ... (ellipsis) to see the actions.

Action Description
Preview this data Preview the data in the stream or derived stream. For more information, see Preview data streams.
Open eventstream Open parent eventstream of the stream. After you open the eventstream, you can optionally add transformations to transform the data and add destinations to send the output data to a supported destination.
Endorse Endorse parent eventstream of the stream. For more information, see Endorse data streams.

Screenshot that shows the actions available on streams in the Data streams tab of Real-Time hub.

Here are the actions available on a KQL table in the Data streams tab.

Action Description
Open KQL Database Open parent KQL Database of the KQL table.
Endorse Endorse parent KQL Database of the KQL table. For more information, see Endorse data streams.

Screenshot that shows the actions available on KQL tables in the Data streams tab of Real-Time hub.