Skip to content

Commit 697be41

Browse files
docs: reference field-path-spec-v2 in SchemaFieldPath (#15477)
Co-authored-by: varunpatil578 <[email protected]>
1 parent f303fd6 commit 697be41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

metadata-ingestion/tests/unit/api/entities/common/test_serialized_value.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_base_model():
2020
serialized_resource_value = SerializedResourceValue.create(test_base_model)
2121

2222
assert serialized_resource_value.content_type == "JSON"
23-
# TODO: This is a bug in the code. The schema_type should not be None.
2423
assert serialized_resource_value.schema_type == "JSON"
2524
# Keys should be sorted alphabetically
2625
assert (
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
namespace com.linkedin.dataset
22

33
/**
4-
* Schema field path. TODO: Add formal documentation on normalization rules.
4+
* Schema field path.
5+
*
6+
* For formal documentation on normalization rules, see docs/advanced/field-path-spec-v2.md
7+
* or https://github.com/datahub-project/datahub/blob/master/docs/advanced/field-path-spec-v2.md
58
*/
69
typeref SchemaFieldPath = string

0 commit comments

Comments
 (0)