From a3cdb5274c15aba8cef55fde87980c60b8d6b231 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Mon, 2 Dec 2024 17:12:39 +0100 Subject: [PATCH 1/2] fix(specs): remove SFCC source type --- specs/ingestion/common/schemas/source.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/ingestion/common/schemas/source.yml b/specs/ingestion/common/schemas/source.yml index 45ecfb5b4b..f15974efed 100644 --- a/specs/ingestion/common/schemas/source.yml +++ b/specs/ingestion/common/schemas/source.yml @@ -105,7 +105,6 @@ SourceType: - ga4BigqueryExport - json - shopify - - sfcc - push SourceCommercetools: From 04a2063ab671aafd3d50a8a7b44b828bf382fb25 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Mon, 2 Dec 2024 17:26:50 +0100 Subject: [PATCH 2/2] trigger