1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Python-CDK: Remove CDK (replaced by new repo) (#48470)

This commit is contained in:
Aaron ("AJ") Steers
2024-11-18 17:45:18 -08:00
committed by GitHub
parent f63f4e128e
commit c6d49bdc60
646 changed files with 47 additions and 107312 deletions

View File

@@ -6,7 +6,7 @@ import schema from "../../../../airbyte-cdk/python/airbyte_cdk/sources/declarati
This page lists all components, interpolation variables and interpolation macros that can be used when defining a low code YAML file.
For the technical JSON schema definition that low code manifests are validated against, see [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/declarative_component_schema.yaml).
For the technical JSON schema definition that low code manifests are validated against, see [here](https://github.com/airbytehq/airbyte-python-cdk/blob/main//airbyte_cdk/sources/declarative/declarative_component_schema.yaml).
<ManifestYamlDefinitions />

View File

@@ -11,7 +11,7 @@ By default, the schema of a stream's data is defined as a [JSONSchema](https://j
Alternately, the stream's data schema can be stored in YAML format inline in the YAML file, by including the optional `schema_loader` key. If the data schema is provided inline, any schema on disk for that stream will be ignored.
More information on how to define a stream's schema can be found [here](../../../../airbyte-cdk/python/airbyte_cdk/sources/declarative/declarative_component_schema.yaml)
More information on how to define a stream's schema can be found [here](https://github.com/airbytehq/airbyte-python-cdk/blob/main/airbyte_cdk/sources/declarative/declarative_component_schema.yaml)
The stream object is represented in the YAML file as: