/ source-custom-rss-feed / metadata.yaml
metadata.yaml
1 data: 2 allowedHosts: 3 registries: 4 oss: 5 enabled: true 6 cloud: 7 enabled: false 8 remoteRegistries: 9 pypi: 10 enabled: true 11 packageName: airbyte-source-custom-rss-feed 12 connectorBuildOptions: 13 # Please update to the latest version of the connector base image. 14 # https://hub.docker.com/r/airbyte/python-connector-base 15 # Please use the full address with sha256 hash to guarantee build reproducibility. 16 baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 17 connectorSubtype: api 18 connectorType: source 19 definitionId: a02261a4-413f-46a3-990b-f9260dfda049 20 dockerImageTag: 0.1.0 21 dockerRepository: harbor.status.im/bi/airbyte/source-custom-rss-feed 22 githubIssueLabel: source-custom-rss-feed 23 icon: custom-rss-feed.svg 24 license: MIT 25 name: Custom RSS feed 26 releaseDate: TODO 27 supportLevel: community 28 releaseStage: alpha 29 documentationUrl: https://docs.airbyte.com/integrations/sources/custom-rss-feed 30 tags: 31 - language:python 32 metadataSpecVersion: "1.0"