You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/monitor-schema-logs-events.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ The following lists of attributes are used for monitoring.
88
88
"start":"",
89
89
"end":"",
90
90
"status":"",
91
+
"location": "",
91
92
"properties":
92
93
{
93
94
"Parameters": {
@@ -97,7 +98,14 @@ The following lists of attributes are used for monitoring.
97
98
"ExecutionStart": "",
98
99
"TriggerId": "",
99
100
"SubscriptionId": ""
100
-
}
101
+
},
102
+
"Predecessors": [
103
+
{
104
+
"Name": "",
105
+
"Id": "",
106
+
"InvokedByType": ""
107
+
}
108
+
]
101
109
}
102
110
}
103
111
```
@@ -116,6 +124,8 @@ The following lists of attributes are used for monitoring.
116
124
|**start**| String | The start time of the activity runs in timespan UTC format. |`2017-06-26T20:55:29.5007959Z`. |
117
125
|**end**| String | The end time of the activity runs in timespan UTC format. If the diagnostic log shows an activity has started but not yet ended, the property value is `1601-01-01T00:00:00Z`. |`2017-06-26T20:55:29.5007959Z`|
118
126
|**status**| String | The final status of the pipeline run. Possible property values are `Succeeded` and `Failed`. |`Succeeded`|
127
+
|**location**| String | The Azure region of the pipeline run. |`eastasia`|
128
+
|**predecessors**| String | The calling object of the pipeline along with ID. |`Manual`|
0 commit comments