From 0aa909a10e569e2fa89fa3ac56ec4de8c2daba82 Mon Sep 17 00:00:00 2001 From: kchertenko <108395945+kchertenko@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:40:04 +0300 Subject: [PATCH] chore(samples): remove unnecessary commands (#309) Co-authored-by: Anthonios Partheniou --- .../interactive-tutorials/user_import_data_to_catalog.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/generated_samples/interactive-tutorials/user_import_data_to_catalog.sh b/generated_samples/interactive-tutorials/user_import_data_to_catalog.sh index 7e65f7e23e74..b4d85217021f 100644 --- a/generated_samples/interactive-tutorials/user_import_data_to_catalog.sh +++ b/generated_samples/interactive-tutorials/user_import_data_to_catalog.sh @@ -15,12 +15,6 @@ # limitations under the License. { - # set the service account key as a GOOGLE_APPLICATION_CREDENTIALS - export GOOGLE_APPLICATION_CREDENTIALS=~/key.json - - # activate the python virtual env - source ~/cloudshell_open/myenv/bin/activate - # Create a GCS bucket and upload the product data to the bucket output=$(python ~/cloudshell_open/python-retail/samples/interactive-tutorials/product/setup_product/products_create_gcs_bucket.py)