From 4508358fcfaa75d16d0c5dbe63bcb9230d065577 Mon Sep 17 00:00:00 2001 From: Daniel Standish <15932138+dstandish@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:36:47 -0700 Subject: [PATCH] Fix broken main re generated api typescript comment --- airflow/www/static/js/types/api-generated.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airflow/www/static/js/types/api-generated.ts b/airflow/www/static/js/types/api-generated.ts index 09def0ac66b6a..60fd384df00a7 100644 --- a/airflow/www/static/js/types/api-generated.ts +++ b/airflow/www/static/js/types/api-generated.ts @@ -4563,6 +4563,8 @@ export interface operations { * If set to true (default) the Any value will be returned as string, e.g. a Python representation * of a dict. If set to false it will return the raw data as dict, list, string or whatever was stored. * + * This parameter is not meaningful when using XCom pickling, then it is always returned as string. + * * *New in version 2.10.0* */ stringify?: boolean;