adp.maintain.maintain

Main entry point for running maintenance jobs

Functions

maintain_from_string(yaml_string[, ...])

Main entry point to start a maintenance job from a YAML string, typically executed from a Databricks notebook.

run_job(job)

Executes each rule in the job for the appropriate data sources.

run_maintain(maintain, parallel_threads)

Run all jobs in the provided Maintain object in parallel threads.