From a1b86078b1a1b996738b20bcff8d9a545aa83a7e Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 28 Jun 2021 09:56:08 -0700 Subject: [PATCH 1/2] Add links for Feast docs --- metadata-ingestion/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/README.md b/metadata-ingestion/README.md index d4158f35819cdd..23ae9c06381b24 100644 --- a/metadata-ingestion/README.md +++ b/metadata-ingestion/README.md @@ -424,7 +424,9 @@ source: Extracts: -- List of feature tables (modeled as `MLFeatureTable`s), features (`MLFeature`s), and entities (`MLPrimaryKey`s) +- List of feature tables (modeled as [`MLFeatureTable`s](https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureTableProperties.pdl)), + features ([`MLFeature`s](<(https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureProperties.pdl))), + and entities ([`MLPrimaryKey`s](<(<(https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLPrimaryKeyProperties.pdl))>) - Column types associated with each feature and entity Note: this uses a separate Docker container to extract Feast's metadata into a JSON file, which is then From cc5cb9326cfbd0a74dde5b2dc66dbfc2a89c9bb6 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 28 Jun 2021 10:00:00 -0700 Subject: [PATCH 2/2] Update Feast README --- metadata-ingestion/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata-ingestion/README.md b/metadata-ingestion/README.md index 23ae9c06381b24..b7a0b3f8dc8d25 100644 --- a/metadata-ingestion/README.md +++ b/metadata-ingestion/README.md @@ -424,9 +424,9 @@ source: Extracts: -- List of feature tables (modeled as [`MLFeatureTable`s](https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureTableProperties.pdl)), - features ([`MLFeature`s](<(https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureProperties.pdl))), - and entities ([`MLPrimaryKey`s](<(<(https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLPrimaryKeyProperties.pdl))>) +- List of feature tables (modeled as [`MLFeatureTable`](https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureTableProperties.pdl)s), + features ([`MLFeature`](https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLFeatureProperties.pdl)s), + and entities ([`MLPrimaryKey`](https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/ml/metadata/MLPrimaryKeyProperties.pdl)s) - Column types associated with each feature and entity Note: this uses a separate Docker container to extract Feast's metadata into a JSON file, which is then