Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-e2e-test-cloud: Use airbyte/java-connector-base:1.0.0 #49914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
data:
ab_internal:
ql: 100
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
connectorSubtype: api
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
connectorType: source
definitionId: 50bd8338-7c4e-46f1-8c7f-3ef95de19fdd
dockerImageTag: 2.2.2
dockerImageTag: 2.2.3
dockerRepository: airbyte/source-e2e-test-cloud
documentationUrl: https://docs.airbyte.com/integrations/sources/e2e-test
githubIssueLabel: source-e2e-test-cloud
icon: airbyte.svg
license: MIT
Expand All @@ -14,14 +23,7 @@ data:
oss:
enabled: false
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/sources/e2e-test
supportLevel: community
tags:
- language:java
ab_internal:
sl: 100
ql: 100
supportLevel: community
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
metadataSpecVersion: "1.0"
Loading