From 41f806cb0f8b465f7343e15387258dff2ca0b86f Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Tue, 24 Oct 2023 15:58:56 +0200 Subject: [PATCH] Remove start_date from config --- meltano.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/meltano.yml b/meltano.yml index 3f37f33..b8d130c 100644 --- a/meltano.yml +++ b/meltano.yml @@ -22,8 +22,6 @@ plugins: - name: domain - name: start_date value: '2010-01-01T00:00:00Z' - config: - start_date: '2010-01-01T00:00:00Z' loaders: - name: target-jsonl variant: andyh1203