From f96f611053f664aa3d6ff42281f64c51407e6df1 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:00:00 -0700 Subject: [PATCH] Add deprecation message (#456) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- flyteidl/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flyteidl/README.md b/flyteidl/README.md index a1be04d742..f44553ed66 100644 --- a/flyteidl/README.md +++ b/flyteidl/README.md @@ -1,3 +1,6 @@ +| 🗑 As of Oct-23 we moved the development of this component to the [monorepo](https://github.com/flyteorg/flyte). 🗑 | +| - | + # Flyteidl This is one of the core repositories of Flyte. It contains the Specification of the Flyte Language using protobuf messages, the Backend API specification in gRPC, and Swagger REST. The repo contains the generated clients and protocol message structures in multiple languages. Along with the generated code, the repository also contains the Golang clients for Flyte's backend APIs (the services grouped under FlyteAdmin).