From 2af80c28a8e6a2da755ab78f3ea7b028e8b1510c Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 26 Apr 2024 16:17:09 +0200 Subject: [PATCH] Add apache airflow test case (#3278) I like using airflow as a complex resolution test case. The second requirement is the missing bound to enforce a successful resolution. --- scripts/requirements/airflow.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/requirements/airflow.in diff --git a/scripts/requirements/airflow.in b/scripts/requirements/airflow.in new file mode 100644 index 000000000..aff6c3654 --- /dev/null +++ b/scripts/requirements/airflow.in @@ -0,0 +1,2 @@ +apache-airflow[all] +apache-airflow-providers-apache-beam>3.0.0