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(note, /)
Add a note to the exception
- args
- 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(note, /)
Add a note to the exception
- args
- with_traceback(tb, /)
Set self.__traceback__ to tb and return self.
- exception bi_etl.exceptions.ColumnMappingError(msg)[source]
Bases:
Exception- add_note(note, /)
Add a note to the exception
- args
- with_traceback(tb, /)
Set self.__traceback__ to tb and return self.