1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/airbyte-integrations/connectors/source-scaffold-source-python/metadata.yaml
Ben Church 1c871756b3 Allow empty reg in registry entry generation (#28307)
* Handle empty or missing registries

* Update scaffolds to include cloud reg
2023-07-14 15:26:04 -07:00

25 lines
667 B
YAML

data:
allowedHosts:
hosts:
- TODO # Please change to the hostname of the source.
registries:
oss:
enabled: false
cloud:
enabled: false
connectorSubtype: api
connectorType: source
definitionId: FAKE-UUID-0000-0000-000000000000
dockerImageTag: 0.1.0
dockerRepository: airbyte/source-scaffold-source-python
githubIssueLabel: source-scaffold-source-python
icon: scaffold-source-python.svg
license: MIT
name: Scaffold Source Python
releaseDate: TODO
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/sources/scaffold-source-python
tags:
- language:python
metadataSpecVersion: "1.0"