-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Younium: migrating Python CDK to Low-Code (#31690)
Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: marcosmarxm <[email protected]>
- Loading branch information
1 parent
8e38d44
commit 534ccb1
Showing
18 changed files
with
347 additions
and
443 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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
25 changes: 14 additions & 11 deletions
25
airbyte-integrations/connectors/source-younium/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,24 +1,27 @@ | ||
data: | ||
registries: | ||
oss: | ||
enabled: true | ||
cloud: | ||
enabled: false | ||
connectorBuildOptions: | ||
# Please update to the latest version of the connector base image. | ||
# https://hub.docker.com/r/airbyte/python-connector-base | ||
# Please use the full address with sha256 hash to guarantee build reproducibility. | ||
baseImage: docker.io/airbyte/python-connector-base:1.0.0@sha256:dd17e347fbda94f7c3abff539be298a65af2d7fc27a307d89297df1081a45c27 | ||
connectorSubtype: api | ||
connectorType: source | ||
definitionId: 9c74c2d7-531a-4ebf-b6d8-6181f805ecdc | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.3.0 | ||
dockerRepository: airbyte/source-younium | ||
githubIssueLabel: source-younium | ||
icon: younium.svg | ||
license: MIT | ||
name: Younium | ||
registries: | ||
cloud: | ||
enabled: true | ||
oss: | ||
enabled: true | ||
releaseDate: 2022-11-09 | ||
releaseStage: alpha | ||
supportLevel: community | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/younium | ||
tags: | ||
- language:python | ||
ab_internal: | ||
sl: 100 | ||
ql: 100 | ||
supportLevel: community | ||
- language:lowcode | ||
metadataSpecVersion: "1.0" |
2 changes: 1 addition & 1 deletion
2
airbyte-integrations/connectors/source-younium/requirements.txt
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 +1 @@ | ||
-e . | ||
-e . |
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
Oops, something went wrong.