To monitor a code extension deployment and execution history:
Permission set:
Data Cloud Architect
Deployment Details
Go to Data Cloud Setup. Under Developer Tools, select Code Extension.
Click any code extension name to see its deployment details.
The Details tab shows comprehensive information about your deployment configuration and metadata.
Details
The Details tab displays the following information about your deployment:
Field
Description
Deployment Name
The name given to the deployment
Deployment API Name
The unique API name used to reference the deployment programmatically
Deployed On
The date and time when the deployment was completed
Compute Size
The compute resources allocated for running the code extension
Description
A summary of what the deployed code does
Deployed By
The user or process that performed the deployment
Deployment Status
The current status of the deployment (for example, Deployed)
Code Type
Whether the code is deployed as a Script or Function
Run History
The Run History tab displays detailed execution history and performance metrics for your code extension runs. This tab provides comprehensive insights into how your deployed code has performed over time.
Run History Table
The Run History table shows execution details.
Field
Description
Submitted Date
The date and time when the execution was submitted (clickable link to view execution details)
Called By
The process that initiated the execution (for example, Batch Transform)
Run Status
The current status of the execution:
Running—Execution is currently in progress (indicated by a loading icon).
Success—Execution completed successfully.
Failure—Execution failed.
Rows Read
The number of data rows processed during execution
Rows Written
The number of data rows written during execution
When you click the Submitted Date, a Run Summary dialog displays detailed information about that specific execution.
Run Summary
The Run Summary dialog shows the following information about an execution:
Field
Description
Run Status
The status of the execution (for example, Success)
Runtime
The duration of the execution
Rows Read
The number of data rows processed during execution
Rows Written
The number of data rows written during execution
Completed On
The date and time when the execution completed
Deployed To
The feature where the code extension is deployed (for example, Batch Transform)
Called By
The process that initiated the execution (for example, Batch Transform)