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",