Skip to content

Commit 92eb9ea

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/events/import_user_events_gcs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
# [START retail_import_user_events_from_gcs]
1415

1516
import argparse
1617
import os
@@ -109,3 +110,5 @@ def import_user_events_from_gcs():
109110
)
110111
args = parser.parse_args()
111112
main(args.bucket_name)
113+
114+
# [END retail_import_user_events_from_gcs]

0 commit comments

Comments
 (0)