Classify proven SCD templates consistently
This commit is contained in:
@@ -10397,6 +10397,12 @@ def test_metadata_object_templates_includes_decoded_data_composition_schema(monk
|
||||
assert result["templates"][0]["name"] == "ОсновнаяСхемаКомпоновкиДанных"
|
||||
assert result["templates"][0]["kind"] == "data_composition_schema"
|
||||
assert result["templates"][0]["match_by"] == "name_exact"
|
||||
assert result["templates"][0]["platform_type"] == "Схема компоновки данных"
|
||||
assert result["templates"][0]["template_type_candidates"] == [{
|
||||
**adapter_server.onec_template_type_by_id("data_composition_schema"),
|
||||
"confidence": "high",
|
||||
"evidence": ["confirmed Template identity"],
|
||||
}]
|
||||
|
||||
|
||||
def test_templates_bindings_preserves_data_composition_schema_kind(monkeypatch: pytest.MonkeyPatch) -> None:
|
||||
|
||||
Reference in New Issue
Block a user