Skip to content

Commit

Permalink
Remove hardcoded GCS project
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmodi authored Nov 12, 2021
1 parent 22868cb commit 0500f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcs_to_cloud_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ for gcs_file in $(gsutil ls ${input_gcs_uri}); do
echo "Executing command ${command}"
operation_url=$(${command})
operation_id="${operation_url: -36}"
gcloud sql operations wait --project crypto-etl-ethereum-dev ${operation_id} --timeout unlimited
gcloud sql operations wait ${operation_id} --timeout unlimited
sleep 10
done
done

0 comments on commit 0500f90

Please sign in to comment.