We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7238d5 commit 8b3d95fCopy full SHA for 8b3d95f
retail/interactive-tutorials/src/main/java/events/ImportUserEventsBigQuery.java
@@ -20,6 +20,8 @@
20
21
package events;
22
23
+// [START retail_import_user_events_from_big_query]
24
+
25
import com.google.api.gax.rpc.NotFoundException;
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.bigquery.BigQueryException;
@@ -122,3 +124,4 @@ public static void importUserEventsFromBigQuery(
122
124
}
123
125
126
127
+// [END retail_import_user_events_from_big_query]
0 commit comments