Skip to content

Commit

Permalink
Add Data Models in Feathr (feathr-ai#659)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hyingyang-linkedin committed Oct 25, 2022
1 parent 9603793 commit dca177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/data-models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dca177c

Please sign in to comment.