From b14f1ac1c69b5925440ca847f6a85083b64bb854 Mon Sep 17 00:00:00 2001 From: Nikki Everett Date: Tue, 12 Dec 2023 14:23:58 -0600 Subject: [PATCH] add flyin plugin to toc (#4582) Signed-off-by: nikki everett --- docs/integrations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations.md b/docs/integrations.md index 5a4bbcc909..f2b2f76cc4 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -102,6 +102,8 @@ the Flyte task that use the respective plugin. - Execute queries using AWS Athena * - {doc}`AWS Batch ` - Running tasks and workflows on AWS batch service +* - {doc}`Flyte Interactive ` + - Execute tasks using Flyte Interactive to debug. * - {doc}`Hive ` - Run Hive jobs in your workflows. * - {doc}`MMCloud ` @@ -210,4 +212,5 @@ flytesnacks/examples/snowflake_plugin/index flytesnacks/examples/databricks_plugin/index flytesnacks/examples/bigquery_plugin/index flytesnacks/examples/airflow_plugin/index +flytesnacks/examples/flyin_plugin/index ```