fix(docs): typo in low-code docs (#40694)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user