Lohith625 commented on code in PR #57710:
URL: https://github.com/apache/airflow/pull/57710#discussion_r2506320246
##########
airflow-core/src/airflow/ui/src/pages/Asset/AssetLayout.tsx:
##########
@@ -128,6 +128,26 @@ export const AssetLayout = () => {
</PanelResizeHandle>
<Panel defaultSize={30} minSize={20}>
<Header asset={asset} />
+ {asset?.extra && Object.keys(asset.extra).length > 0 && (
+ <Box mt={3} mb={3} px={3}>
+ <Text fontWeight="bold" mb={2}>
+ {translate("assets:static_asset_metadata")}
Review Comment:
Thanks, @Lee-W — that makes sense! I’ve updated the label to use Additional
Data to stay consistent with the naming direction and avoid confusion with
extra. 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]