@@ -352,10 +352,13 @@ class DataPipelineRun(google.protobuf.message.Message):
352352 DATA_START_TIME_FIELD_NUMBER : builtins .int
353353 DATA_END_TIME_FIELD_NUMBER : builtins .int
354354 STATUS_FIELD_NUMBER : builtins .int
355+ ERROR_MESSAGE_FIELD_NUMBER : builtins .int
355356 id : builtins .str
356357 'The ID of the run.'
357358 status : global___DataPipelineRunStatus .ValueType
358359 'The status of the run.'
360+ error_message : builtins .str
361+ 'The error message if the run failed.'
359362
360363 @property
361364 def start_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
@@ -373,12 +376,12 @@ class DataPipelineRun(google.protobuf.message.Message):
373376 def data_end_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
374377 """The end time of the data that was processed in the run."""
375378
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 :
377380 ...
378381
379382 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 :
380383 ...
381384
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 :
383386 ...
384387global___DataPipelineRun = DataPipelineRun
0 commit comments