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)