Microsoft Fabric

Fabric supports Marple connections via Eventhouse KQL databases, built on the same engine as ADX.

To connect ADX to Marple:

  • Register a new app with read permissions on the database tables you want to access in Marple

  • Generate a read-only API token.

  • Configure Marple Insights with these credentials.

Data ingestion can be automated via Python scripts (and our Marple API, see Python SDK), CSV uploads, and event-driven pipelines.

Below is an example of what a possible dataflow in Fabric could look like.

Last updated