-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-k6-cloud: ensure inline schemas, updated cdk, poetry (where po…
…ssible) (#37181)
- Loading branch information
Showing
11 changed files
with
1,235 additions
and
225 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/source-k6-cloud/Dockerfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 12 additions & 10 deletions
22
airbyte-integrations/connectors/source-k6-cloud/metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
data: | ||
ab_internal: | ||
ql: 100 | ||
sl: 100 | ||
connectorBuildOptions: | ||
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 | ||
connectorSubtype: api | ||
connectorType: source | ||
definitionId: e300ece7-b073-43a3-852e-8aff36a57f13 | ||
dockerImageTag: 0.1.0 | ||
dockerImageTag: 0.1.3 | ||
dockerRepository: airbyte/source-k6-cloud | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/k6-cloud | ||
githubIssueLabel: source-k6-cloud | ||
icon: k6cloud.svg | ||
license: MIT | ||
name: K6 Cloud | ||
remoteRegistries: | ||
pypi: | ||
enabled: true | ||
packageName: airbyte-source-k6-cloud | ||
registries: | ||
cloud: | ||
enabled: true | ||
oss: | ||
enabled: true | ||
releaseStage: alpha | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/k6-cloud | ||
remoteRegistries: | ||
pypi: | ||
enabled: true | ||
packageName: airbyte-source-k6-cloud | ||
supportLevel: community | ||
tags: | ||
- language:python | ||
- cdk:low-code | ||
ab_internal: | ||
sl: 100 | ||
ql: 100 | ||
supportLevel: community | ||
metadataSpecVersion: "1.0" |
Oops, something went wrong.