From 94e69f1d84f02896a5bd47e716193240231ce808 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 5 Sep 2024 21:31:31 +0200 Subject: [PATCH] fix bug in init script --- dlt/cli/init_command.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlt/cli/init_command.py b/dlt/cli/init_command.py index 77a72dd889..e4de403614 100644 --- a/dlt/cli/init_command.py +++ b/dlt/cli/init_command.py @@ -338,6 +338,8 @@ def init_command( # look for existing source source_configuration: SourceConfiguration = None remote_index: TVerifiedSourceFileIndex = None + remote_modified: Dict[str, TVerifiedSourceFileEntry] = {} + remote_deleted: Dict[str, TVerifiedSourceFileEntry] = {} if source_type == "verified": # get pipeline files