This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 73dd6c17bd Fix broken main re generated api typescript comment (#42500)
73dd6c17bd is described below

commit 73dd6c17bd10ddda63a1682ac2174b0d206590dd
Author: Daniel Standish <[email protected]>
AuthorDate: Thu Sep 26 06:39:46 2024 -0700

    Fix broken main re generated api typescript comment (#42500)
---
 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 09def0ac66..60fd384df0 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;

Reply via email to