From 9f8f60bfe05c8c72648f89c97e6142fe78e0ca47 Mon Sep 17 00:00:00 2001 From: Kalib Brayer Date: Sat, 21 Sep 2024 11:55:41 -0700 Subject: [PATCH] Docs: Create single shared .env file (#101) * Docs: Create single shared .env file I added a single shared environment file that the developer can fill in the values for one time, streamlining the example generation and updating process. * Docs: Update .env Adding more explicit descriptions to the env file --------- Co-authored-by: Luka Fontanilla <51471651+LukaFontanilla@users.noreply.github.com> --- explore-assistant-examples/.env | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 explore-assistant-examples/.env diff --git a/explore-assistant-examples/.env b/explore-assistant-examples/.env new file mode 100644 index 00000000..1a5759fd --- /dev/null +++ b/explore-assistant-examples/.env @@ -0,0 +1,5 @@ +##Update the variables in this environment file to automate the bash scripts for loading & updating the examples + +PROJECT_ID="PROJECT_ID" ##Required. The Google Cloud project ID where your BigQuery dataset resides. +DATASET_ID="DATASET_ID" ##The ID of the BigQuery dataset. Defaults to explore_assistant. +EXPLORE_ID="MODEL:EXPLORE_ID" ##Required. A unique identifier for the dataset rows related to a specific use case or query (used in deletion and insertion).