From 5bbf2064b15adb3a3e4ed4f08377b5c52d934f22 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Thu, 21 Jul 2022 07:14:31 -0700 Subject: [PATCH] rename to '' --- .../airbyte_cdk/sources/declarative/parsers/yaml_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/yaml_parser.py b/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/yaml_parser.py index e404378c969a3..155098f382f6b 100644 --- a/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/yaml_parser.py +++ b/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/yaml_parser.py @@ -11,7 +11,7 @@ class YamlParser(ConfigParser): - ref_tag = "ref" + ref_tag = "$ref" def parse(self, config_str: str) -> Mapping[str, Any]: """