@@ -352,10 +352,13 @@ class DataPipelineRun(google.protobuf.message.Message):
352
352
DATA_START_TIME_FIELD_NUMBER : builtins .int
353
353
DATA_END_TIME_FIELD_NUMBER : builtins .int
354
354
STATUS_FIELD_NUMBER : builtins .int
355
+ ERROR_MESSAGE_FIELD_NUMBER : builtins .int
355
356
id : builtins .str
356
357
'The ID of the run.'
357
358
status : global___DataPipelineRunStatus .ValueType
358
359
'The status of the run.'
360
+ error_message : builtins .str
361
+ 'The error message if the run failed.'
359
362
360
363
@property
361
364
def start_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
@@ -373,12 +376,12 @@ class DataPipelineRun(google.protobuf.message.Message):
373
376
def data_end_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
374
377
"""The end time of the data that was processed in the run."""
375
378
376
- def __init__ (self , * , id : builtins .str = ..., start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., status : global___DataPipelineRunStatus .ValueType = ...) -> None :
379
+ def __init__ (self , * , id : builtins .str = ..., start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., status : global___DataPipelineRunStatus .ValueType = ..., error_message : builtins . str = ... ) -> None :
377
380
...
378
381
379
382
def HasField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'start_time' , b'start_time' ]) -> builtins .bool :
380
383
...
381
384
382
- def ClearField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'id' , b'id' , 'start_time' , b'start_time' , 'status' , b'status' ]) -> None :
385
+ def ClearField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'error_message' , b'error_message' , ' id' , b'id' , 'start_time' , b'start_time' , 'status' , b'status' ]) -> None :
383
386
...
384
387
global___DataPipelineRun = DataPipelineRun
0 commit comments