Skip to content

Commit 8b3d95f

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update import user events from big query (#10122)
* Update SearchWithPagination.java * Update ImportUserEventsBigQuery.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent b7238d5 commit 8b3d95f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/src/main/java/events/ImportUserEventsBigQuery.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
package events;
2222

23+
// [START retail_import_user_events_from_big_query]
24+
2325
import com.google.api.gax.rpc.NotFoundException;
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.bigquery.BigQueryException;
@@ -122,3 +124,4 @@ public static void importUserEventsFromBigQuery(
122124
}
123125
}
124126
}
127+
// [END retail_import_user_events_from_big_query]

0 commit comments

Comments
 (0)