Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 759 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 759 Bytes

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