Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions airflow/www/static/js/types/api-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down