From a727eae19d840a4ce0fc068377f9ab62d87d5467 Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Tue, 10 Oct 2023 09:24:47 -0700 Subject: [PATCH] Updates docs for using with ETL system Adds links to examples. --- .../best-practices/using-within-your-etl-system.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/concepts/best-practices/using-within-your-etl-system.rst b/docs/concepts/best-practices/using-within-your-etl-system.rst index f61284a6e..d7dba7583 100644 --- a/docs/concepts/best-practices/using-within-your-etl-system.rst +++ b/docs/concepts/best-practices/using-within-your-etl-system.rst @@ -13,22 +13,22 @@ Compatibility Matrix * - Framework / Scheduler - Compatibility * - `Airflow `_ - - ✅ + - ✅ (see [airflow example](https://github.com/DAGWorks-Inc/hamilton/tree/main/examples/airflow)) * - `Dagster `_ - ✅ * - `Prefect `_ - - ✅ + - ✅ (see [prefect example](https://github.com/DAGWorks-Inc/hamilton/tree/main/examples/prefect)) * - `Kubeflow Pipelines `_ - ✅ * - `CRON `_ - ✅ * - `dbt `_ - - ❔ (dbt did not run python, but now it does so it should) + - ✅ (see dbt example) * - `kubernetes `_ - ✅ but you need to setup kubernetes to run an image that can run python code - e.g. see `Running a python application on kubernetes `_ * - `docker `_ - ✅ but you need to setup a docker image that can execute python code. - * - ... in general if it runs python 3.6+ ... + * - ... in general if it runs python 3.7+ ... - ✅ ETL Recipe