adp.delivery.rollback

Rollback tables to a previous version.

This module contains functions to rollback tables to a previous version.

Example

rollback_table(database=’db’, schema=’schema’, table=’table’, rollback_datetime=datetime.now())

Functions

abfs_to_uc(path)

Converts a abfs path to a UC table

get_version_to_rollback_to(path, ...)

get_version_to_rollback_to returns the version to rollback to

rollback_job(-> None  -> None)

rollback_job restores all tables from a job to a previous state.

rollback_table(-> None)

rollback_table restores a table to a previous state.