From dca177c2fc2df3519ba451208e9dec2627a7f82c Mon Sep 17 00:00:00 2001 From: Helen Yang Date: Thu, 29 Sep 2022 09:45:54 -0700 Subject: [PATCH] Add Data Models in Feathr (#659) * Add Data Models in Feathr This RB is to create data models based on proposal: https://microsoft-my.sharepoint.com/:w:/g/personal/djkim_linkedin_biz/EZspGt7jJlRAqHTICZg3UbcBgQQ_VncOgM48hKW--T8qkg?e=T4N3zw * Update models.py * Update models.py * Update models.py * Update models.py * Update models.py --- registry/data-models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/data-models/models.py b/registry/data-models/models.py index a6e7fa2b1..d3aea8460 100644 --- a/registry/data-models/models.py +++ b/registry/data-models/models.py @@ -149,4 +149,4 @@ class Anchor(FeathrModel): id: AnchorId # Unique ID for Anchor project_id: ProjectId # ID of Project that the anchor belongs to source: DataSource # data source of the Anchor - anchor_feature_ids: List[FeatureId] # List of anchor features that the anchor has + anchor_feature_ids: List[FeatureId] # List of anchor features that the anchor has \ No newline at end of file