From Jean Hayes (jehayes): Below are the instructions for Step 4
_4. Populate your database with sample data
Data will be automatically populated, if not existing, in the SQL Database when you start the backend application.
Add views to the SQL Analytics endpoint
go to the SQL analytics endpoint of your agentic_lake
go to Data_Ingest folder and run all 3 queries that you see in file views.sql_ _
- The title is confusing. You are setting up view for the lakehouse endpoint which has nothing to do with the how the data is loaded into the SQL database. I would move that point somewhere else.
- I think this step should be:
Add views to the SQL Analytics endpoint
- Go to the SQL analytics endpoint of your agentic_lake and open a new query window
**- In the github repo, open the file create_views.sql in the Data_Ingest folder and copy all the code from there
- Paste it into your lakehouse query window and run to create 3 new views**
From Jean Hayes (jehayes): Below are the instructions for Step 4
_4. Populate your database with sample data
Data will be automatically populated, if not existing, in the SQL Database when you start the backend application.
Add views to the SQL Analytics endpoint
go to the SQL analytics endpoint of your agentic_lake
go to Data_Ingest folder and run all 3 queries that you see in file views.sql_ _
Add views to the SQL Analytics endpoint
**- In the github repo, open the file create_views.sql in the Data_Ingest folder and copy all the code from there