From 2dd7e386fa68726fedbaa01455307c5e5984662a Mon Sep 17 00:00:00 2001 From: Daniel Standish <15932138+dstandish@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:39:46 -0700 Subject: [PATCH] Fix broken main re generated api typescript comment (#42500) (cherry picked from commit 73dd6c17bd10ddda63a1682ac2174b0d206590dd) --- 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 c6ca3a409b946..d77351414e336 100644 --- a/airflow/www/static/js/types/api-generated.ts +++ b/airflow/www/static/js/types/api-generated.ts @@ -4653,6 +4653,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;