Skip to content

Commit

Permalink
Merge pull request #7 from kunalmodi/patch-1
Browse files Browse the repository at this point in the history
Remove hardcoded GCS project
  • Loading branch information
medvedev1088 authored Nov 13, 2021
2 parents 22868cb + 0500f90 commit de631b9
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 de631b9

Please sign in to comment.