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 e8ec233 commit de059fbCopy full SHA for de059fb
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
50
51
def _emit_manifest_debug_message(self, extra_args: dict[str, Any]) -> None:
52
extra_args["path_to_yaml"] = self._path_to_yaml
53
- self.logger.debug("declarative source created from parsed YAML manifest", extra=extra_args)
54
55
@staticmethod
56
def _parse(connection_definition_str: str) -> ConnectionDefinition:
0 commit comments