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 78c092b commit b3b39f8Copy full SHA for b3b39f8
airbyte_cdk/sources/declarative/parsers/manifest_normalizer.py
@@ -141,7 +141,7 @@ def _deduplicate_manifest(self) -> None:
141
# replace duplicates with references, if any
142
self._handle_duplicates(self._collect_duplicates())
143
# replace parent streams with $refs
144
- # self._replace_parent_streams_with_refs()
+ self._replace_parent_streams_with_refs()
145
# clean dangling fields after resolving $refs
146
self._clean_dangling_fields()
147
except Exception as e:
0 commit comments