We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbbdfb commit 1a8f07cCopy full SHA for 1a8f07c
generated_samples/interactive-tutorials/user_import_data_to_catalog.sh
@@ -17,8 +17,8 @@
17
# Change the working directory
18
current_path=$(pwd)
19
temp_path="${current_path%cloudshell_open*}"
20
-full_path=temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"
21
-
+full_path=$temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"
+cd $full_path
22
# Create a GCS bucket and upload the product data to the bucket
23
output=$(python setup_product/products_create_gcs_bucket.py)
24
@@ -30,4 +30,4 @@ export BUCKET_NAME=$bucket_name
30
# Import products to the Retail catalog
31
python import_products_gcs.py
32
echo "Products are successfully imported to catalog"
33
-echo "Your Retail catalog is ready to use!"
+echo "Your Retail catalog is ready to use!"
0 commit comments