atlas.snapshots.create_incremental_snapshot
Details
Type: function
File: atlas/snapshots.py
Lines: 562–772
Signature: (conn: sqlite3.Connection, config: CodebaseConfig, parent_revision_id: str, reason: str='Incremental scan', task_id: str | None=None, operator: str | None=None, store_contents: bool=True) -> IncrementalResult
Docstring
Create an incremental snapshot from a parent revision. Falls back to a full snapshot if the parent revision does not exist.