This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch clarify_bucket in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
commit c6e1a8eeac310c505345ecd8afda88d4b367a67d Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Nov 5 17:18:05 2024 -0800 clarify bucket format --- README.md | 2 +- README_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f201ebf..0d96eaf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ page for how to contact us. ## Building, Installing, and Testing - Requires setting environment variables - - JS_BUCKET: to hold compiled artifacts + - JS_BUCKET: to hold compiled artifacts (must include gs://) - BQ_PROJECT: location of stored SQL functions (routines) - BQ_DATASET: location of stored SQL functions (routines) - BQ_LOCATION: location of BQ_DATASET diff --git a/README_template.md b/README_template.md index 689ea07..e7fc2c4 100644 --- a/README_template.md +++ b/README_template.md @@ -43,7 +43,7 @@ page for how to contact us. ## Building, Installing, and Testing - Requires setting environment variables - - JS_BUCKET: to hold compiled artifacts + - JS_BUCKET: to hold compiled artifacts (must include gs://) - BQ_PROJECT: location of stored SQL functions (routines) - BQ_DATASET: location of stored SQL functions (routines) - BQ_LOCATION: location of BQ_DATASET --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
