From a94dccaf74a4f4b57c189ff28e844cfe82f82de5 Mon Sep 17 00:00:00 2001 From: sajarin Date: Tue, 8 Aug 2023 12:27:20 -0400 Subject: [PATCH] fix: correct language tag for low-code based connector --- .../source-configuration-based/metadata.yaml.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connector-templates/source-configuration-based/metadata.yaml.hbs b/airbyte-integrations/connector-templates/source-configuration-based/metadata.yaml.hbs index 6499f05d2d717..273b8772b9259 100644 --- a/airbyte-integrations/connector-templates/source-configuration-based/metadata.yaml.hbs +++ b/airbyte-integrations/connector-templates/source-configuration-based/metadata.yaml.hbs @@ -21,5 +21,5 @@ data: supportLevel: community documentationUrl: https://docs.airbyte.com/integrations/sources/{{dashCase name}} tags: - - language:lowcode + - language:low-code metadataSpecVersion: "1.0"