Skip to content

Commit

Permalink
remove outdated exceptions in metadata validation (#33695)
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored Jan 2, 2024
1 parent 6f82471 commit 8d54e94
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 8d54e94

Please sign in to comment.