From 45659608561b17fdb7903a5ea1d0e7245cd821b9 Mon Sep 17 00:00:00 2001 From: Herman Schaaf Date: Mon, 6 Feb 2023 14:22:26 +0000 Subject: [PATCH] Remove unused spec property --- specs/source.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/source.go b/specs/source.go index 6e63bd52c6..434ec7e869 100644 --- a/specs/source.go +++ b/specs/source.go @@ -39,8 +39,6 @@ type Source struct { // Backend is the name of the state backend to use Backend Backend `json:"backend,omitempty"` - // Sync on - OnlyIncrementalTables bool `json:"only_incremental_tables,omitempty"` // BackendSpec contains any backend-specific configuration BackendSpec any `json:"backend_spec,omitempty"` // Scheduler defines the scheduling algorithm that should be used to sync data