Open HeatherAck opened 1 year ago
Deployment as of now has a stand-alone airflow. To be tested.
Right now I am unable to to create a new connection from OpenMetadata in the Data Mesh environment as it is not able to access the Airflow Managed APIs
Added https://github.com/opendatahub-io-contrib/data-mesh-pattern/issues/74 for tracking
We need to steup airflow to external OpenMetaData as per:
https://docs.open-metadata.org/v1.1.x/deployment/ingestion/openmetadata
This means we need to install openmetadata-ingestion package with the connector plug -in and openmetadata-managed-apis module package to Airflow image.
Currently open metadata and airflow are tightly coupled. Determine if airflow can be externalized to enable other functionality.