Source code for brite_etl.frames.recovery_history_snapshot

from brite_etl.abstracts import Frame


[docs]class RecoveryHistorySnapshot(Frame): _config = { 'name': 'recovery_history_snapshot', 'prepared': False }