From 20dd65f63e2ccc378c012edffa3135de1f3a2d3c Mon Sep 17 00:00:00 2001 From: Niko Oliveira Date: Thu, 17 Nov 2022 22:00:35 -0800 Subject: [PATCH] Sync context.py with context.pyi A new field was added (expanded_ti_count) but context.pyi was not updated --- airflow/utils/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow/utils/context.py b/airflow/utils/context.py index 9475abd5a4366..4543a8066a970 100644 --- a/airflow/utils/context.py +++ b/airflow/utils/context.py @@ -53,6 +53,7 @@ "ds", "ds_nodash", "execution_date", + "expanded_ti_count", "exception", "inlets", "logical_date",