We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent 0f48425 commit 07d7014Copy full SHA for 07d7014
airbyte_cdk/test/models/connector_metadata/__init__.py
@@ -1,4 +1,15 @@
1
-"""Connector metadata models for validation and testing.
+"""Pydantic and JSON Schema models for `metadata.yaml` validation and testing.
2
+
3
+## Usage
4
5
+```python
6
+from airbyte_cdk.test.models import ConnectorMetadataDefinitionV0
7
+import yaml
8
9
+metadata = ConnectorMetadataDefinitionV0(**yaml.safe_load(metadata_yaml))
10
+```
11
12
+## Regenerating Models
13
14
These models are auto-generated from JSON schemas in the airbytehq/airbyte repository.
15
For information on regenerating these models, see the Contributing Guide:
0 commit comments