feat: Variable aggregation supports aggregating data into dictionary types.#4907
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Variable aggregation supports aggregating data into dictionary types.
|
|
||
| def execute(self, input_variable, variable_list, **kwargs) -> NodeResult: | ||
| if type(input_variable).__name__ == "str": | ||
| if isinstance(input_variable, str): |
There was a problem hiding this comment.
之前提交的代码,顺便优化一下语法
This reverts commit 9c7657a.
|
Hi, please resolve the rebase conflict before we can continue the review. Also, could you squash the commits to clean up the history a bit? Thanks! |
@zhanweizhang7 |
What this PR does / why we need it?
feat:
Variable aggregationsupports aggregating data into dictionary types.新特性:
变量聚合支持聚合为字典类型的数据。兼容性说明:
数据值有所变更,但做过向下兼容处理,如果担心版本回退问题,我可以将数据值
variable_to_array变更回variable_to_jsonfixes #4904
Summary of your change
宽度变宽了,由默认的
340px加大为450pxPlease indicate you've done the following: