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

pierrejeambrun pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new a6ae156dc1 Fix broken main re generated api typescript comment 
(#42500) (#42537)
a6ae156dc1 is described below

commit a6ae156dc1f074c0b39d045878aed20f04cf396b
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Fri Sep 27 17:31:09 2024 +0800

    Fix broken main re generated api typescript comment (#42500) (#42537)
    
    (cherry picked from commit 73dd6c17bd10ddda63a1682ac2174b0d206590dd)
    
    Co-authored-by: Daniel Standish 
<[email protected]>
---
 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 c6ca3a409b..d77351414e 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;

Reply via email to