Skip to content

Example for an external community app for managing metadata retention

Notifications You must be signed in to change notification settings

open-metadata/openmetadata-retention

Repository files navigation

OpenMetadata Retention

⚠️ Work in progress

Description

This is an example application that demonstrates how to use OpenMetadata API in python to create a retention policy for a dataset. The application can implement any business logic using the OpenMetadata API.

Learn more and join the community at open-metadata.org.

Prerequisites

How to run?

  • run OpenMetadata/docker/run_local_docker.sh
  • tag images (using scripts/tag_images.sh)
  • run make clean all
  • go to http://localhost:8585 and install the app