Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

chore: fix for the import data to the catalog script #190

Merged
merged 4 commits into from
Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/interactive-tutorials/user_import_data_to_catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# Change the working directory
current_path=$(pwd)
temp_path="${current_path%cloudshell_open*}"
full_path=temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"

full_path=$temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"
cd $full_path
# Create a GCS bucket and upload the product data to the bucket
output=$(python setup_product/products_create_gcs_bucket.py)

Expand All @@ -30,4 +30,4 @@ export BUCKET_NAME=$bucket_name
# Import products to the Retail catalog
python import_products_gcs.py
echo "Products are successfully imported to catalog"
echo "Your Retail catalog is ready to use!"
echo "Your Retail catalog is ready to use!"