diff --git a/retail/interactive-tutorials/events/import_user_events_gcs.py b/retail/interactive-tutorials/events/import_user_events_gcs.py index 2c74618d81..c9a31a2f5c 100644 --- a/retail/interactive-tutorials/events/import_user_events_gcs.py +++ b/retail/interactive-tutorials/events/import_user_events_gcs.py @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# [START retail_import_user_events_from_gcs] import argparse import os @@ -109,3 +110,5 @@ def import_user_events_from_gcs(): ) args = parser.parse_args() main(args.bucket_name) + +# [END retail_import_user_events_from_gcs]