From 7697dc4057fae0d1c62580cc26804d0491d435e4 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Thu, 25 May 2023 15:47:34 +0100 Subject: [PATCH] Minor modification to titles of deployment docs to replace "deprecated" with "legacy" (#2606) --- docs/source/deployment/airflow_astronomer.md | 2 +- docs/source/deployment/argo.md | 4 ++-- docs/source/deployment/aws_batch.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/deployment/airflow_astronomer.md b/docs/source/deployment/airflow_astronomer.md index b3e4d7385d..307e9ab903 100644 --- a/docs/source/deployment/airflow_astronomer.md +++ b/docs/source/deployment/airflow_astronomer.md @@ -30,7 +30,7 @@ The general strategy to deploy a Kedro pipeline on Apache Airflow is to run ever To follow this tutorial, ensure you have the following: -* An Airflow cluster: you can follow [Astronomer's quickstart guide](https://docs.astronomer.io/astro/category/install-astro) to set one up. +* An Airflow cluster: you can follow [Astronomer's quickstart guide](https://docs.astronomer.io/astro/create-deployment) to set one up. * The [Astro CLI installed](https://docs.astronomer.io/astro/install-cli) * `kedro>=0.17` installed diff --git a/docs/source/deployment/argo.md b/docs/source/deployment/argo.md index d4d80998a8..f66b809b0e 100644 --- a/docs/source/deployment/argo.md +++ b/docs/source/deployment/argo.md @@ -1,7 +1,7 @@ -# Argo Workflows (deprecated) +# Argo Workflows (outdated documentation that needs review) ``` {important} -This page contains legacy documentation that has not been tested against recent Kedro releases. +This page contains outdated documentation that has not been tested against recent Kedro releases. If you successfully use Argo Workflows with a recent version of Kedro, consider telling us the steps you took on [Slack](https://slack.kedro.org) or [GitHub](https://github.com/kedro-org/kedro/issues). ```
This page explains how to convert your Kedro pipeline to use Argo Workflows, an open-source container-native workflow engine for orchestrating parallel jobs on Kubernetes. diff --git a/docs/source/deployment/aws_batch.md b/docs/source/deployment/aws_batch.md index 02d3b76b2d..976d5e9e5a 100644 --- a/docs/source/deployment/aws_batch.md +++ b/docs/source/deployment/aws_batch.md @@ -1,7 +1,7 @@ -# AWS Batch (deprecated) +# AWS Batch (outdated documentation that needs review) ``` {important} -This page contains legacy documentation that has not been tested against recent Kedro releases. +This page contains outdated documentation that has not been tested against recent Kedro releases. If you successfully use AWS Batch with a recent version of Kedro, consider telling us the steps you took on [Slack](https://slack.kedro.org) or [GitHub](https://github.com/kedro-org/kedro/issues). ```