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- 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- 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- 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.