From 2aea2919b0eebdc64ecad783359fe69a54d2a6e9 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:56:15 -0400 Subject: [PATCH] . --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index d7ad8ba..bed9124 100644 --- a/profile/README.md +++ b/profile/README.md @@ -5,5 +5,5 @@ A collection of utilities to make [Airflow](https://airflow.apache.org) *smoothe | :--- | :--- | :--- | :---------- | | [airflow-priority](https://github.com/airflow-laminar/airflow-priority) | [![Repo](https://img.shields.io/badge/repo-%20-blue?logo=github&logoColor=white)](https://github.com/airflow-laminar/airflow-priority) | [![Docs](https://img.shields.io/badge/docs-%20-green?logo=bookstack&logoColor=white)](https://airflow-laminar.github.io/airflow-priority/) | Priority tags (e.g. `P1-P5`) for DAGs | | [airflow-config](https://github.com/airflow-laminar/airflow-config) | [![Repo](https://img.shields.io/badge/repo-%20-blue?logo=github&logoColor=white)](https://github.com/airflow-laminar/airflow-config) | [![Docs](https://img.shields.io/badge/docs-%20-green?logo=bookstack&logoColor=white)](https://airflow-laminar.github.io/airflow-config/) | Hydra/Omegaconf based DAG configuration and generation | -| airflow-supervisor | | | [supervisor](http://supervisord.org) operators and configuration for long-running tasks | -| airflow-common-operators | | | Common operator patterns and utility dags | +| [airflow-supervisor](https://github.com/airflow-laminar/airflow-supervisor) | [![Repo](https://img.shields.io/badge/repo-%20-blue?logo=github&logoColor=white)](https://github.com/airflow-laminar/airflow-supervisor) | [![Docs](https://img.shields.io/badge/docs-%20-green?logo=bookstack&logoColor=white)](https://airflow-laminar.github.io/airflow-supervisor/) | Utilities for running long-running or always-on jobs with [supervisor](http://supervisord.org) | +| [airflow-common-operators](https://github.com/airflow-laminar/airflow-common-operators) | [![Repo](https://img.shields.io/badge/repo-%20-blue?logo=github&logoColor=white)](https://github.com/airflow-laminar/airflow-common-operators) | [![Docs](https://img.shields.io/badge/docs-%20-green?logo=bookstack&logoColor=white)](https://airflow-laminar.github.io/airflow-common-operators/) | Common operator patterns and utility dags |