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 b10d7a1 commit 0587481Copy full SHA for 0587481
airbyte_cdk/sources/declarative/manifest_declarative_source.py
@@ -101,7 +101,6 @@ def __init__(
101
emit_connector_builder_messages: True if messages should be emitted to the connector builder.
102
component_factory: optional factory if ModelToComponentFactory's default behavior needs to be tweaked.
103
normalize_manifest: Optional flag to indicate if the manifest should be normalized.
104
- post_resolve_manifest: Optional flag to indicate if the manifest should be resolved after normalization.
105
"""
106
self.logger = logging.getLogger(f"airbyte.{self.name}")
107
0 commit comments