Skip to content

Commit

Permalink
remove outdated exceptions in metadata validation (airbytehq#33695)
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored and jatinyadav-cc committed Feb 26, 2024
1 parent 79e6c2f commit b6eb77f
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,8 @@ class ValidatorOptions:
# TODO: Remove these when each of these connectors ship any new version
ALREADY_ON_MAJOR_VERSION_EXCEPTIONS = [
("airbyte/source-prestashop", "1.0.0"),
("airbyte/source-onesignal", "1.0.0"),
("airbyte/source-yandex-metrica", "1.0.0"),
("airbyte/destination-meilisearch", "1.0.0"),
("airbyte/destination-csv", "1.0.0"),
("airbyte/source-metabase", "1.0.0"),
("airbyte/source-typeform", "1.0.0"),
("airbyte/source-recharge", "1.0.0"),
("airbyte/source-pipedrive", "1.0.0"),
("airbyte/source-paypal-transaction", "2.0.0"),
]


Expand Down

0 comments on commit b6eb77f

Please sign in to comment.