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.
1 parent 906d587 commit 2fca25aCopy full SHA for 2fca25a
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -632,6 +632,10 @@
632
from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction
633
from airbyte_cdk.sources.types import Config
634
from airbyte_cdk.sources.utils.transform import TransformConfig, TypeTransformer
635
+from airbyte_cdk.sources.declarative.parsers.component_constructor import (
636
+ AdditionalFlags,
637
+ ComponentConstructor,
638
+)
639
640
ComponentDefinition = Mapping[str, Any]
641
0 commit comments