Skip to content

Commit

Permalink
Docs: Create single shared .env file (#101)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
kalib-brayer and LukaFontanilla authored Sep 21, 2024
1 parent 33ea336 commit 9f8f60b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions explore-assistant-examples/.env
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 9f8f60b

Please sign in to comment.