dlt.common.exceptions
ExceptionTrace Objects
class ExceptionTrace(TypedDict)
Exception trace. NOTE: we intend to change it with an extended line by line trace with code snippets
is_terminal
Says if exception is terminal if happened to a job during load step
exception_attrs
Public attributes of an exception deriving from DltException (not starting with _)
load_id
Load id if found in exception attributes
pipeline_name
Pipeline name if found in exception attributes or in the active pipeline (Container)
source_name
Source name if found in exception attributes or in Container
resource_name
Resource name if found in exception attributes
job_id
Job id if found in exception attributes