Back to Home
open-metadata icon

OpenMetadata

Verified Safe

by open-metadata

Overview

Exposes REST APIs for managing Apache Airflow DAGs and OpenMetadata workflow definitions, enabling programmatic deployment and lifecycle management of data pipelines.

Installation

Run Command
airflow webserver

Environment Variables

  • AIRFLOW_HOME

Security Notes

The UI code interacts with backend APIs using JWT for authentication, a standard and generally secure practice. Connection configurations (e.g., AWS credentials, database passwords) are defined in schemas, implying they should be securely provided at deployment/runtime, not hardcoded. No direct 'eval', obfuscation, or malicious patterns were observed in the provided UI code snippets. Assumes secure configuration of underlying Airflow and OpenMetadata services.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassLow
Avg Tokens500
Stars8156
Forks1546
Last Update2025-12-06

Tags

AirflowWorkflow ManagementREST APIData OrchestrationMetadata ManagementAirflow Plugin