1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/airbyte-integrations/connector-templates/destination-python/metadata.yaml.hbs
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
662 B
Handlebars

data:
allowedHosts:
hosts:
- TODO # Please change to the hostname of the source.
registries:
oss:
enabled: false
cloud:
enabled: false
connectorSubtype: database
connectorType: destination
definitionId: {{generateDefinitionId}}
dockerImageTag: 0.1.0
dockerRepository: airbyte/destination-{{dashCase name}}
githubIssueLabel: destination-{{dashCase name}}
icon: {{dashCase name}}.svg
license: MIT
name: {{capitalCase name}}
releaseDate: TODO
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/destinations/{{dashCase name}}
tags:
- language:python
metadataSpecVersion: "1.0"