Skip to content

Commit

Permalink
chore: fix for the import data to the catalog script (#190)
Browse files Browse the repository at this point in the history
* create_test_resources path to schemas is fixed

* Update user_import_data_to_catalog.sh

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
t-karasova and parthea authored Mar 16, 2022
1 parent 1bbbdfb commit 1a8f07c
Showing 1 changed file with 3 additions and 3 deletions.
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!"

0 comments on commit 1a8f07c

Please sign in to comment.