
Flink
BETAIn this section, we provide guides and references to use the Flink connector.
Configure and schedule Flink metadata and profiler workflows from the OpenMetadata UI:
Requirements
Python Requirements
To run the Flink ingestion, you will need to install:
Metadata Ingestion
1. Define the YAML Config
This is a sample config for Flink:
Source Configuration - Service Connection
hostPort: The hostname or IP address of the Flink Connect worker with the REST API enabled
verifySSL: Whether SSL verification should be perform when authenticating.
Flink Connect Config: OpenMetadata supports SSL config or no Authentication.
*1. SSL config - caCertificate: Authorized certificate for ssl configured server. - sslCertificate: SSL certificate for the server. - sslKey: Server root key for the connection.