From 86c790959111c1126bd576ffc0098b81b67ae810 Mon Sep 17 00:00:00 2001 From: audibleblink Date: Tue, 18 Aug 2020 18:24:28 -0400 Subject: [PATCH] kill ruby good --- readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/readme.md b/readme.md index bb66d08..c15b319 100644 --- a/readme.md +++ b/readme.md @@ -21,12 +21,7 @@ test,example.com,p4$$w0rd Feel free to do this manually, though I had great success using GCP Dataprep Once in the proper format, you can create the table and import the csv using the GCP Console, -the GCP CLI tool, or the included rake commands. - -```bash -bundle exec rake db:create -bundle exec rake db:load[dumps.csv] -``` +the GCP CLI tool, or from the web portal This will take a while. You may want to manully upload to GCP Storage and copy in the data from there because if the upload fails with Rake, you'll have to start all over,