From ae299c5d09fadcf69489729d7a4a774a0076de15 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Sat, 17 Jun 2023 14:28:44 -0700 Subject: [PATCH] add stage to entity creation --- ...p a feature set and register with managed feature store.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb b/sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb index 4caf8c3e98..67623387e9 100644 --- a/sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb +++ b/sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb @@ -700,6 +700,7 @@ " name=\"account\",\n", " version=\"1\",\n", " index_columns=[DataColumn(name=\"accountID\", type=DataColumnType.STRING)],\n", + " stage=\"Development\",\n", " description=\"This entity represents user account index key accountID.\",\n", " tags={\"data_typ\": \"nonPII\"},\n", ")\n",