Skip to content

Commit 0aa3d48

Browse files
authored
fix(retail): add region tag for Python - Update import user events inline source (#13494)
* Update search_with_pagination.py * Update import_user_events_inline.py
1 parent 1cdb57b commit 0aa3d48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/events/import_user_events_inline.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
# Import user events into a catalog from inline source using Retail API
1717
#
18+
# [START retail_import_user_events_from_inline_source]
19+
1820
import datetime
1921
import random
2022
import string
@@ -104,3 +106,5 @@ def import_user_events_from_inline_source():
104106

105107

106108
import_user_events_from_inline_source()
109+
110+
# [END retail_import_user_events_from_inline_source]

0 commit comments

Comments
 (0)