Skip to content

Commit dc2416e

Browse files
feat: Remove 17 connectors from exclusion list after preprocessing fix
- Remove connectors that now pass validation with manifest preprocessing - Includes source-100ms, source-7shifts, source-activecampaign, source-adobe-commerce-magento, source-agilecrm, source-airbyte, source-aircall, source-airtable, source-akeneo, source-amazon-ads, source-appcues, source-bamboo-hr, source-convertkit, source-google-search-console, source-the-guardian-api, source-zoho-invoice, source-zonka-feedback - Verified with RECHECK_EXCLUSION_LIST=True that these connectors now pass - Reduces exclusion list from 361 to 344 connectors (17 connector improvement) - Demonstrates effectiveness of ManifestReferenceResolver preprocessing fix Co-Authored-By: AJ Steers <[email protected]>
1 parent 104aac2 commit dc2416e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

unit_tests/sources/declarative/test_manifest_registry_validation.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232

3333
# List of connectors to exclude from validation.
3434
EXCLUDED_CONNECTORS: List[Tuple[str, str]] = [
35-
("source-100ms", "6.44.0"),
36-
("source-7shifts", "4.6.2"),
37-
("source-activecampaign", "0.78.5"),
38-
("source-adobe-commerce-magento", "6.48.15"),
39-
("source-agilecrm", "6.4.0"),
40-
("source-airbyte", "6.44.0"),
41-
("source-airtable", "6.51.0"),
42-
("source-amazon-ads", "6.45.10"),
4335
("source-amazon-seller-partner", "6.44.0"),
4436
("source-amazon-sqs", "6.44.0"),
4537
("source-apify-dataset", "6.44.0"),
@@ -50,7 +42,6 @@
5042
("source-aws-cloudtrail", "6.44.0"),
5143
("source-azure-blob-storage", "6.44.0"),
5244
("source-azure-table", "6.44.0"),
53-
("source-bamboo-hr", "6.44.0"),
5445
("source-baton", "6.44.0"),
5546
("source-bigcommerce", "6.44.0"),
5647
("source-bigquery", "6.44.0"),
@@ -71,7 +62,6 @@
7162
("source-coinmarketcap", "6.44.0"),
7263
("source-commercetools", "6.44.0"),
7364
("source-convex", "6.44.0"),
74-
("source-convertkit", "6.44.0"),
7565
("source-courier", "6.44.0"),
7666
("source-customerio", "6.44.0"),
7767
("source-datadog", "6.44.0"),
@@ -110,7 +100,6 @@
110100
("source-google-directory", "6.44.0"),
111101
("source-google-drive", "6.44.0"),
112102
("source-google-pagespeed-insights", "6.44.0"),
113-
("source-google-search-console", "6.44.0"),
114103
("source-google-sheets", "6.44.0"),
115104
("source-google-workspace-admin-reports", "6.44.0"),
116105
("source-greenhouse", "6.44.0"),
@@ -209,7 +198,6 @@
209198
("source-surveysparrow", "6.44.0"),
210199
("source-talkdesk-explore", "6.44.0"),
211200
("source-tempo", "6.44.0"),
212-
("source-the-guardian-api", "6.44.0"),
213201
("source-ticketmaster", "6.44.0"),
214202
("source-tiktok-marketing", "6.44.0"),
215203
("source-timely", "6.44.0"),
@@ -244,10 +232,7 @@
244232
("source-zoom", "6.44.0"),
245233
("source-zuora", "6.44.0"),
246234
("source-ahrefs", "4.6.2"),
247-
("source-aircall", "4.5.4"),
248-
("source-akeneo", "5.16.0"),
249235
("source-alpha-vantage", "4.6.2"),
250-
("source-appcues", "4.6.2"),
251236
("source-appstore-singer", "4.6.2"),
252237
("source-auth0", "4.6.2"),
253238
("source-aws-cloudtrail", "4.6.2"),
@@ -265,7 +250,6 @@
265250
("source-coin-api", "4.6.2"),
266251
("source-coinmarketcap", "4.6.2"),
267252
("source-commercetools", "4.6.2"),
268-
("source-convertkit", "4.6.2"),
269253
("source-customerio", "4.6.2"),
270254
("source-datadog", "4.6.2"),
271255
("source-datascope", "4.6.2"),
@@ -298,7 +282,6 @@
298282
("source-google-directory", "4.6.2"),
299283
("source-google-drive", "4.6.2"),
300284
("source-google-pagespeed-insights", "4.6.2"),
301-
("source-google-search-console", "4.6.2"),
302285
("source-google-sheets", "4.6.2"),
303286
("source-google-workspace-admin-reports", "4.6.2"),
304287
("source-greenhouse", "4.6.2"),
@@ -397,7 +380,6 @@
397380
("source-surveysparrow", "4.6.2"),
398381
("source-talkdesk-explore", "4.6.2"),
399382
("source-tempo", "4.6.2"),
400-
("source-the-guardian-api", "4.6.2"),
401383
("source-ticketmaster", "4.6.2"),
402384
("source-tiktok-marketing", "4.6.2"),
403385
("source-timely", "4.6.2"),
@@ -431,8 +413,6 @@
431413
("source-zoho-crm", "4.6.2"),
432414
("source-zoom", "4.6.2"),
433415
("source-zuora", "4.6.2"),
434-
("source-zoho-invoice", "6.1.0"),
435-
("source-zonka-feedback", "5.17.0"),
436416
]
437417

438418
RECHECK_EXCLUSION_LIST = False

0 commit comments

Comments
 (0)