From 34cb5bb18d0856a9d5c1c5cd551ee58cb2dec98d Mon Sep 17 00:00:00 2001 From: Mark Pinto Date: Sun, 24 Sep 2023 00:51:31 -0500 Subject: [PATCH 1/2] fix typo By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52691e5..aa3f048d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ changed. - Google Cloud Storage Bucket to create - This Cloud Storage Bucket will be used to store Megalista compiled binary, metadata, and temp files and will be created by the deployment script. - *Setup Firestore collection*, *URL for JSON configuration* and *Setup Sheet Id* - - Only one of these three should be filled and the other should be left black accordingly to the chosen configuration method. + - Only one of these three should be filled and the others should be left blank accordingly to the chosen configuration method. - Client ID, Client Secret, Access Token and Refresh Token from the previous step. **Disclaimer:** Please store your config.json file in a secure place or delete it after the deployment. From 90256109fcf1339cad7c96c93cf45553211455b6 Mon Sep 17 00:00:00 2001 From: Mark Pinto Date: Mon, 2 Oct 2023 09:42:16 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa3f048d..6d6f464a 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,12 @@ To deploy the full Megalista pipeline, use the following command from the deploy `./deploy.sh` The script will require some parameters, please add them to the config.json file. Some parameters have default values and can be changed. -- Auxliary bigquery dataset for Megalista operations to create +- Auxliary BigQuery dataset for Megalista operations to create - This dataset will be used for storing operational data and will be created by the deployment script - Google Cloud Storage Bucket to create - This Cloud Storage Bucket will be used to store Megalista compiled binary, metadata, and temp files and will be created by the deployment script. - *Setup Firestore collection*, *URL for JSON configuration* and *Setup Sheet Id* - - Only one of these three should be filled and the others should be left blank accordingly to the chosen configuration method. + - Only one of these three should be filled and the others should be left blank according to the chosen configuration method. - Client ID, Client Secret, Access Token and Refresh Token from the previous step. **Disclaimer:** Please store your config.json file in a secure place or delete it after the deployment.