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

fix(docs): typo in low-code docs (#40694)

This commit is contained in:
Natik Gadzhi
2024-07-02 18:08:48 -07:00
committed by GitHub
parent d127a451e2
commit 4a62ae76a3

View File

@@ -22,7 +22,7 @@ and instantiate the object from the resulting mapping
If the component definition is a mapping with neither a "class_name" nor a "type" field,
the factory will do a best-effort attempt at inferring the component type by looking up the parent object's constructor type hints.
If the type hint is an interface present in [DEFAULT_IMPLEMENTATIONS_REGISTRY](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py,
If the type hint is an interface present in [DEFAULT_IMPLEMENTATIONS_REGISTRY](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py),
then the factory will create an object of its default implementation.
If the component definition is a list, then the factory will iterate over the elements of the list,