Skip to content

Commit 1a8f07c

Browse files
t-karasovaparthea
andauthored
chore: fix for the import data to the catalog script (#190)
* create_test_resources path to schemas is fixed * Update user_import_data_to_catalog.sh Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 1bbbdfb commit 1a8f07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generated_samples/interactive-tutorials/user_import_data_to_catalog.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# Change the working directory
1818
current_path=$(pwd)
1919
temp_path="${current_path%cloudshell_open*}"
20-
full_path=temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"
21-
20+
full_path=$temp_path"cloudshell_open/python-retail/samples/interactive-tutorials/product"
21+
cd $full_path
2222
# Create a GCS bucket and upload the product data to the bucket
2323
output=$(python setup_product/products_create_gcs_bucket.py)
2424

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

0 commit comments

Comments
 (0)