looker-open-source / looker-explore-assistant

A React Application for interacting with Looker data through natural language.
MIT License
103 stars 70 forks source link

Docs: Update Example Generation Setup #96

Closed kalib-brayer closed 1 month ago

kalib-brayer commented 1 month ago

Added bash files to make example loading and updating easier. Now the user can call on a bash file to load or update data instead of manually updating a bash script each time. I also updated the data loading scripts to reference the new bash files.

google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

kalib-brayer commented 1 month ago

@LukaFontanilla I added a single shared environment file so the developer only needs to fill in the values one time. I also added explicit directions on updating the .env file to reference the necessary variables before running the scripts to load the examples. I simplified the bash scripts to reference the single .env file too.