From aa1d2580ef33aa4a3334aa17f3ed460bd2278487 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Tue, 29 Aug 2023 16:01:47 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20replace=20=E2=80=98writeOnly=E2=80=99?= =?UTF-8?q?=20annotation=20with=20with=20=E2=80=98airbyte=5Fsecret'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/destination-duckdb/destination_duckdb/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/destination-duckdb/destination_duckdb/spec.json b/airbyte-integrations/connectors/destination-duckdb/destination_duckdb/spec.json index f59e2dc8f538..7eaac1fa1037 100644 --- a/airbyte-integrations/connectors/destination-duckdb/destination_duckdb/spec.json +++ b/airbyte-integrations/connectors/destination-duckdb/destination_duckdb/spec.json @@ -14,7 +14,7 @@ "motherduck_api_key": { "type": "string", "description": "API key to use for authentication to a MotherDuck database.", - "writeOnly": true + "airbyte_secret": true }, "destination_path": { "type": "string",