-
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 Outbrain Amplify: Migrate to poetry (#41035)
Co-authored-by: Christo Grabowski <[email protected]>
- Loading branch information
1 parent
c28de18
commit 8757e21
Showing
9 changed files
with
1,140 additions
and
123 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
airbyte-integrations/connectors/source-outbrain-amplify/.dockerignore
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/source-outbrain-amplify/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
50 changes: 26 additions & 24 deletions
50
airbyte-integrations/connectors/source-outbrain-amplify/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,38 +1,40 @@ | ||
data: | ||
remoteRegistries: | ||
pypi: | ||
enabled: true | ||
packageName: airbyte-source-outbrain-amplify | ||
registries: | ||
cloud: | ||
enabled: true | ||
oss: | ||
enabled: true | ||
ab_internal: | ||
ql: 100 | ||
sl: 100 | ||
connectorBuildOptions: | ||
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 | ||
connectorSubtype: api | ||
connectorTestSuitesOptions: | ||
- suite: unitTests | ||
- suite: acceptanceTests | ||
testSecrets: | ||
- fileName: config.json | ||
name: SECRET_SOURCE-OUTBRAIN-AMPLIFY__CREDS | ||
secretStore: | ||
alias: airbyte-connector-testing-secret-store | ||
type: GSM | ||
connectorType: source | ||
definitionId: 4fe962d0-a70e-4516-aa99-c551abf46352 | ||
dockerImageTag: 0.1.2 | ||
dockerImageTag: 0.1.3 | ||
dockerRepository: airbyte/source-outbrain-amplify | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/outbrain-amplify | ||
githubIssueLabel: source-outbrain-amplify | ||
icon: icon.svg | ||
license: MIT | ||
name: Outbrain Amplify | ||
registries: | ||
cloud: | ||
enabled: true | ||
oss: | ||
enabled: true | ||
releaseStage: alpha | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/outbrain-amplify | ||
remoteRegistries: | ||
pypi: | ||
enabled: true | ||
packageName: airbyte-source-outbrain-amplify | ||
supportLevel: community | ||
tags: | ||
- language:python | ||
- cdk:python | ||
ab_internal: | ||
sl: 100 | ||
ql: 100 | ||
supportLevel: community | ||
connectorTestSuitesOptions: | ||
- suite: unitTests | ||
- suite: acceptanceTests | ||
testSecrets: | ||
- name: SECRET_SOURCE-OUTBRAIN-AMPLIFY__CREDS | ||
fileName: config.json | ||
secretStore: | ||
type: GSM | ||
alias: airbyte-connector-testing-secret-store | ||
metadataSpecVersion: "1.0" |
Oops, something went wrong.