From 622e57309d870328d61f25bd6dd7eb42b7c06e5f Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Thu, 18 Jan 2024 12:35:33 +0000 Subject: [PATCH] Specify `array` kind for `sheets` setting in `meltano.yml` --- meltano.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/meltano.yml b/meltano.yml index c2f60d8..c58c518 100644 --- a/meltano.yml +++ b/meltano.yml @@ -28,6 +28,7 @@ plugins: - name: key_properties kind: array - name: sheets + kind: array loaders: - name: target-jsonl variant: andyh1203