diff --git a/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_optimized.ipynb b/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_optimized.ipynb index b2cf2835e..ede499bc7 100644 --- a/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_optimized.ipynb +++ b/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_optimized.ipynb @@ -96,12 +96,8 @@ "id": "XIMD3zCgDGop" }, "source": [ - "### Known Issues\n", - "This Preview release has the following known issues:\n", - "\n", - "- While running, the data sync pipeline creates temporary tables and datasets in your Google Cloud project. These tables and datasets can be viewed by all users who have `bigquery.tables.getData` permission for the project.\n", - "\n", - "The development team is actively working on resolutions for these issues. By using the feature, you acknowledge that you're aware of the open issues and that this preview is provided “as is” under the pre-GA terms of service." + "###Note\n", + "This is a public Preview release. By using the feature, you acknowledge that you're aware of the open issues and that this preview is provided “as is” under the pre-GA terms of service.\n" ] }, { @@ -642,7 +638,9 @@ }, "outputs": [], "source": [ - "FEATURE_ONLINE_STORE_ID = \"the_look_demo_optimized_private_unique\" # @param {type:\"string\"}\n", + "FEATURE_ONLINE_STORE_ID = (\n", + " \"the_look_demo_optimized_private_unique\" # @param {type:\"string\"}\n", + ")\n", "\n", "online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n", " optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized(),\n", @@ -689,7 +687,9 @@ }, "outputs": [], "source": [ - "FEATURE_ONLINE_STORE_ID = \"the_look_demo_optimized_public_unique\" # @param {type:\"string\"}\n", + "FEATURE_ONLINE_STORE_ID = (\n", + " \"the_look_demo_optimized_public_unique\" # @param {type:\"string\"}\n", + ")\n", "\n", "online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n", " optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized()\n",