docs: fix refs to Python CDK manifest yaml (#48576)
This commit is contained in:
committed by
GitHub
parent
cfcf6a223e
commit
0727e4435a
@@ -153,4 +153,4 @@ For examples of production-ready config-based connectors, refer to:
|
||||
|
||||
## Reference
|
||||
|
||||
The full schema definition for the YAML file can be found [here](https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/declarative_component_schema.yaml).
|
||||
The full schema definition for the YAML file can be found [here](https://raw.githubusercontent.com/airbytehq/airbyte-python-cdk/main/airbyte_cdk/sources/declarative/declarative_component_schema.yaml).
|
||||
|
||||
@@ -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-python-cdk/blob/main//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 />
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ demonstrate the following concepts in action:
|
||||
**This tutorial is meant for those interested in learning how the Airbyte Specification
|
||||
works in detail, not for creating production connectors**. If you're building a real source, you
|
||||
should start with using the [Connector Builder](../../connector-builder-ui/overview), or the
|
||||
[Connector Development Kit](https://github.com/airbytehq/airbyte/tree/master/airbyte-cdk/python/docs/tutorials).
|
||||
[Connector Development Kit](../../cdk-python/).
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user