This repository contains a number of labs to lilustrate the use of Google Cloud Data and AI products using a retail/e-commerce dataset mainly showing what Data Agents and Agentic workflows could do for Data Roles
Enable all the relevant APIs to work with BigQuery and Vertex AI, either create a new Service Account or use existing Service Account and provide permissions needed to run Data Preparation, Pipeline, Canvas and Insights.
First step is to create the data to be used to show these capabilities
Edit the retail-demo/src/datagen/launch_datagen.sh script and ammend the values maked with TO_DO_DEVELOPER
Now, open a Terminal on the notebook and run the shell script, navigate to the datagen folder and:
source lanch_datagen.shThis would ensure all the data needed to run the other code is in place
Now you can follow the lab instructions to show the following capabilities
- Lab #1: BigQuery Data Preparation - use YAML files for upload to Data Preparation
- Lab #2: Data Insights - Generate Insights for Customers table and show table and column level descriptions
- Lab #3: Data Canvas as notebooks - Agentic Data Analysis
- Lab #3: TimesFM forecasting notebook
- Lab #4: AI.Generate and Vector Search