diff --git a/airbyte_cdk/sources/declarative/yaml_declarative_source.py b/airbyte_cdk/sources/declarative/yaml_declarative_source.py index 04ccda4cf..77de44b1c 100644 --- a/airbyte_cdk/sources/declarative/yaml_declarative_source.py +++ b/airbyte_cdk/sources/declarative/yaml_declarative_source.py @@ -50,7 +50,6 @@ def _read_and_parse_yaml_file(self, path_to_yaml_file: str) -> ConnectionDefinit def _emit_manifest_debug_message(self, extra_args: dict[str, Any]) -> None: extra_args["path_to_yaml"] = self._path_to_yaml - self.logger.debug("declarative source created from parsed YAML manifest", extra=extra_args) @staticmethod def _parse(connection_definition_str: str) -> ConnectionDefinition: