From 8cecb5169bce60ae7749ff797c2dd6d7f36df3f8 Mon Sep 17 00:00:00 2001 From: arckrish Date: Thu, 14 Nov 2024 23:12:18 -0600 Subject: [PATCH] update git url --- content/modules/ROOT/pages/43_custom_runtime_image.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/modules/ROOT/pages/43_custom_runtime_image.adoc b/content/modules/ROOT/pages/43_custom_runtime_image.adoc index ca383a4..06f89f1 100644 --- a/content/modules/ROOT/pages/43_custom_runtime_image.adoc +++ b/content/modules/ROOT/pages/43_custom_runtime_image.adoc @@ -16,7 +16,8 @@ Basic Python scripting and command-line interaction. ## Build and Deploy an Airflow Pipeline with Elyra -### Pre-requisites: +Pre-requisites: + . Fork this repository - https://github.com/red-hat-data-services/telecom-customer-churn-airflow . Airflow running in the cluster - https://ai-on-openshift.io/tools-and-applications/airflow/airflow/ @@ -40,7 +41,7 @@ Review the lesson to add custom notebook image to RHOAI You can use Minio instance deployed as a data connection ==== -. Clone fork of git repository - https://github.com/red-hat-data-services/telecom-customer-churn-airflow +. Clone fork of git repository - https://github.com/red-hat-data-services/telecom-customer-churn-airflow . Configure Elyra to work with Airflow. Add custom runtime image - quay.io/eformat/airflow-runner:2.5.1 + @@ -65,7 +66,7 @@ image::add_runtime_image.png[] . Github/GitLabs settings: .. Git type: GITHUB .. GitHub server API Endpoint: https://api.github.com -.. GitHub DAG Repository: https://github.com/red-hat-data-services/telecom-customer-churn-airflow +.. GitHub DAG Repository: https://github.com/red-hat-data-services/telecom-customer-churn-airflow .. GitHub DAG Repository Branch: Your branch .. Personal Access Token: A personal access token for pushing to the repository @@ -74,5 +75,5 @@ Minio Storage details ==== -. Test and run the DAG - https://github.com/red-hat-data-services/telecom-customer-churn-airflow/tree/main/dags +. Test and run the DAG - https://github.com/red-hat-data-services/telecom-customer-churn-airflow