Skip to content

Commit 7f0b6cf

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Python - Update import user events from big query (#13493)
* Update search_with_pagination.py * Update import_user_events_big_query.py * lint --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 92eb9ea commit 7f0b6cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/events/import_user_events_big_query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
#
15+
# [START retail_import_user_events_from_big_query]
1416

1517
import argparse
1618

@@ -97,6 +99,8 @@ def import_user_events_from_big_query():
9799

98100
import_user_events_from_big_query()
99101

102+
# [END retail_import_user_events_from_big_query]
103+
100104

101105
if __name__ == "__main__":
102106
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)