Updates optimized to remove known issues (#2512)

Co-authored-by: Kamal Gurala <gkamal@google.com>
This commit is contained in:
Kamal Gurala
2023-11-15 00:05:17 +00:00
committed by GitHub
co-authored by Kamal Gurala
parent d1835e98af
commit 23dc370602
@@ -96,12 +96,8 @@
"id": "XIMD3zCgDGop" "id": "XIMD3zCgDGop"
}, },
"source": [ "source": [
"### Known Issues\n", "###Note\n",
"This Preview release has the following known issues:\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"
"\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."
] ]
}, },
{ {
@@ -642,7 +638,9 @@
}, },
"outputs": [], "outputs": [],
"source": [ "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", "\n",
"online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n", "online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n",
" optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized(),\n", " optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized(),\n",
@@ -689,7 +687,9 @@
}, },
"outputs": [], "outputs": [],
"source": [ "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", "\n",
"online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n", "online_store_config = feature_online_store_pb2.FeatureOnlineStore(\n",
" optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized()\n", " optimized=feature_online_store_pb2.FeatureOnlineStore.Optimized()\n",