how-to-guides

No menu items for this category

Run Data Insights using Metadata CLI

This is a sample config for Data Insights:

  • To send the metadata to OpenMetadata, it needs to be specified as type: MetadataToElasticSearch.
  • To send the metadata to OpenMetadata, it needs to be specified as type: data-insight-processor.

The main property here is the openMetadataServerConfig, where you can define the host and security provider of your OpenMetadata installation.

For a simple, local installation using our docker containers, this looks like:

We support different security providers. You can find their definitions here. You can find the different implementation of the ingestion below.

First, we will need to save the YAML file. Afterward, and with all requirements installed, we can run: