1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/airbyte-integrations/connectors/source-scaffold-source-python/metadata.yaml
Joe Reuter 60e1d72b42 Python CDK: Relax pydantic version requirement (#28854)
* relax pydantic dep

* Automated Commit - Format and Process Resources Changes

* update protocol models

* format change

---------

Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-08-02 13:03:03 +02:00

26 lines
693 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
supportLevel: community
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/sources/scaffold-source-python
tags:
- language:python
metadataSpecVersion: "1.0"