bi_etl.exceptions package

Module contents

Created on Apr 3, 2015

@author: Derek Wood

exception bi_etl.exceptions.AfterExisting(prior_row, effective_date)[source]

Bases: Exception

__init__(prior_row, effective_date)[source]
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception bi_etl.exceptions.BeforeAllExisting(first_existing_row, effective_date)[source]

Bases: Exception

__init__(first_existing_row, effective_date)[source]
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception bi_etl.exceptions.ColumnMappingError(msg)[source]

Bases: Exception

__init__(msg)[source]
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception bi_etl.exceptions.MultipleResultsFound[source]

Bases: Exception

__init__(*args, **kwargs)
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception bi_etl.exceptions.NoResultFound[source]

Bases: Exception

__init__(*args, **kwargs)
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.