From 66b71b1f349c6f55b871f6d4ca454511b94fc87e Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Fri, 13 Oct 2023 16:21:38 -0700 Subject: [PATCH] bing-ads: fix breaking change message typo (#31406) --- airbyte-integrations/connectors/source-bing-ads/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-bing-ads/metadata.yaml b/airbyte-integrations/connectors/source-bing-ads/metadata.yaml index 81c0533369c6..79a9adc06b4a 100644 --- a/airbyte-integrations/connectors/source-bing-ads/metadata.yaml +++ b/airbyte-integrations/connectors/source-bing-ads/metadata.yaml @@ -32,7 +32,7 @@ data: releases: breakingChanges: 1.0.0: - message: "Version 1.0.0 removes the primary keys from the geographic performance report streams. This will prevent the connector from losing data in the incremental append+dedup sync mode because of deduplication and incorrect primary keys. A data reset and schema refresh of all the effected streams is required for the changes to take effect." + message: "Version 1.0.0 removes the primary keys from the geographic performance report streams. This will prevent the connector from losing data in the incremental append+dedup sync mode because of deduplication and incorrect primary keys. A data reset and schema refresh of all the affected streams is required for the changes to take effect." upgradeDeadline: "2023-10-25" supportLevel: certified metadataSpecVersion: "1.0"