diff --git a/fastlab/content/ailakehouse/discover-and-catalog.md b/fastlab/content/ailakehouse/discover-and-catalog.md new file mode 100644 index 00000000..ffcb2b0f --- /dev/null +++ b/fastlab/content/ailakehouse/discover-and-catalog.md @@ -0,0 +1,137 @@ +# 🔍 Discover and View your Database and Data Lake Assets from your Data Catalog + +## Introduction + +To build better loan products, SeersEquities’ data team must pull insights from everywhere—internal systems and external sources alike. But before they can transform that data, they need to find it. In this lab, you’ll step into that role. + +You’ll use Oracle Autonomous Database's Catalog Tool to **discover, connect to, and query data** stored in cloud object storage and databases. By the end, you’ll have a single view across your data landscape—so you can spend less time hunting for data and more time using it to power smarter decisions. + +Estimated Time: 15 minutes + +[Walkthrough video](videohub:1_vl8obrud:medium) + +### Objectives + +* **Discover and browse data assets** across Autonomous Database and cloud object storage using the Catalog Tool + +* Set up **secure connections** to access and unify data from multiple sources + +* Query and explore data from a unified catalog to support faster, insight-driven decisions + +## Task 1: Access Local Data Catalog | Database Actions + +1. Open the **Navigation Menu** by clicking the hamburger icon in the top-left corner. +  + +2. Navigate to Autonomous AI Database Landing Page. Click on **Oracle AI Database**, then select **Autonomous AI Database**. +  + +3. **Choose Compartment** where your database resides and **select your database from list** of Autonomous AI Databases displayed +  + +4. On database details page select **Database Actions** button and click on **View all database actions** +  + + **This opens the Database Actions Launchpad**, ***where you can access the built-in web-based tools, including Data Studio.*** +  + +5. Click on **Data Studio**. + +  + +6. Click on **Catalog** on left rail for the **ADB Catalog** to be displayed. You should now see a list of objects contained in your local database. + +  + +>You’ve now unlocked a unified view of your data—no matter where it lives. With this foundation in place, you’re ready to explore, connect, and start building data products that drive real insights. + +## Task 2: Add Connections to Catalog for Object Storage Buckets & Data Shares + +🚀 Next, you’ll connect your catalog to a specific object storage bucket, so you can start exploring what’s inside. + +1. On the left rail of the Database Actions page, select **Data Load**. + +  + +2. Then select the **Connections** tile. + +  + +3. On the connections page, create a connection to the **Object Storage** bucket called **LOANAPP\_LAB\_FILES**. On the Connections page, click **Create**, then choose **New Cloud Store Location**. + +  + +4. On the **Add Cloud Store Location** page displayed: + + - For Name, enter: **LOANAPP\_LAB\_FILES** + - For Description, enter: **My Demo Object Storage Bucket** + - For Credential, select **Public Bucket** radio button + - Choose the **Select Bucket** radio button + - From the dropdown list choose the Bucket Named: **LOANAPP\_LAB\_FILES** + +  + + Click the **Create** button to proceed. + +5. You’ve just added your own object storage connection to the Catalog, now you can easily discover, track, and query external data alongside your database assets. This step lays the foundation for building richer data products and speeding up access to the insights that matter. + +  + +## Task 3: Search for items discovered by your Catalog + +With your connections in place, it’s time to search the catalog. You’ll choose which schemas and entity types to display—so you can quickly find the data that matters. + +1. On the left rail, select **Catalog**. + +  + +2. Select the **Connections** quick filter. This shows available connections in the catalog accessible to the connected schema. Confirm that **LOANAPP\_LAB\_FILES** appears in the list. + + >**Note**: On the landing page, the catalog offers quick filters to narrow your search results. If you don’t choose one, it defaults to **Tables and Views**. You can also limit results to all schemas or just a selected one. + +  + +3. Select the **Data Objects** quick filter to view items in the catalog visible to the connected schema, then, select **Cloud Objects** in the filter section to see a list of objects in our bucket. + + >**Note**: This view shows the database objects and object storage files available to you. + +  + +By searching the Catalog with filters and schema selections, you’ve learned how to quickly surface the data that matters. This step helps you cut through clutter and find the right assets faster—so you can spend less time searching and more time building with data. + +## Task 4: Preview Data in Catalog + +Preview the data discovered in the catalog. From this view, you’ll see the files available in your object storage buckets. + +1. Click the preview icon for the file named **LoanAppCustomer_segment.csv**. + +  + +2. This displays the contents of the file being previewed without needing to first load it into the database. + +  + + Click **Close** to return to Data Catalog listings + + +## Conclusion + +***Congratulations***, you have successfully completed the FastLab on working with Autonomous AI Lakehouse! In this lab, you discovered how to connect, browse, and preview data across your database and object storage—all from a single, unified catalog. You’ve built the foundation SeersEquities needs to turn scattered data into data products. + +With these skills, you can now help the team evaluate new data faster, integrate it seamlessly, and drive smarter, real-time decisions that power better loan products and risk strategies. + +## Signature Workshop + +👉 Click here to [Start the Advanced AI Lakehouse Workshop](https://livelabs.oracle.com/ords/r/dbpm/livelabs/view-workshop?wid=3689) + +This workshop contains labs that dive deeper into working with Oracle Autonomous AI Lakehouse. + +## Learn more +* [Oracle Autonomous AI Lakehouse](https://www.oracle.com/autonomous-database/autonomous-ai-lakehouse/) +* [Use Lakehouse with Autonomous AI Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-lakehouse.html) +* [Lakehouse Workload with Autonomous AI Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/appendix-autonomous-database-data-warehouse-workload.html#GUID-604A08F8-8021-43CE-AA95-823045E14BD8) +* [Oracle Autonomous AI Lakehouse - Data Lake Accelerator](https://blogs.oracle.com/datawarehousing/introducing-data-lake-accelerator) +## Acknowledgements + +* **Authors** - Eddie Ambler, Linda Foinding, Database Product Management +* **Last Updated By/Date** - Linda Foinding, Database Product Management, December 2025 \ No newline at end of file diff --git a/fastlab/content/ailakehouse/images/access-local-data-catalog-1.png b/fastlab/content/ailakehouse/images/access-local-data-catalog-1.png new file mode 100644 index 00000000..37ffcb13 Binary files /dev/null and b/fastlab/content/ailakehouse/images/access-local-data-catalog-1.png differ diff --git a/fastlab/content/ailakehouse/images/access-local-data-catalog-2.png b/fastlab/content/ailakehouse/images/access-local-data-catalog-2.png new file mode 100644 index 00000000..b47f53b6 Binary files /dev/null and b/fastlab/content/ailakehouse/images/access-local-data-catalog-2.png differ diff --git a/fastlab/content/ailakehouse/images/access-local-data-catalog-3.png b/fastlab/content/ailakehouse/images/access-local-data-catalog-3.png new file mode 100644 index 00000000..1a0648fd Binary files /dev/null and b/fastlab/content/ailakehouse/images/access-local-data-catalog-3.png differ diff --git a/fastlab/content/ailakehouse/images/access-local-data-catalog-4.png b/fastlab/content/ailakehouse/images/access-local-data-catalog-4.png new file mode 100644 index 00000000..8aced930 Binary files /dev/null and b/fastlab/content/ailakehouse/images/access-local-data-catalog-4.png differ diff --git a/fastlab/content/ailakehouse/images/active-live-feed.png b/fastlab/content/ailakehouse/images/active-live-feed.png new file mode 100644 index 00000000..a569c516 Binary files /dev/null and b/fastlab/content/ailakehouse/images/active-live-feed.png differ diff --git a/fastlab/content/ailakehouse/images/adb-detail-2-data-load.png b/fastlab/content/ailakehouse/images/adb-detail-2-data-load.png new file mode 100644 index 00000000..022d28a5 Binary files /dev/null and b/fastlab/content/ailakehouse/images/adb-detail-2-data-load.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-1.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-1.png new file mode 100644 index 00000000..705bade6 Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-1.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-2.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-2.png new file mode 100644 index 00000000..6f4f567e Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-2.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-3-sav.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-3-sav.png new file mode 100644 index 00000000..d32f9f1d Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-3-sav.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-3.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-3.png new file mode 100644 index 00000000..0850c65e Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-3.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-bucket-uri.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-bucket-uri.png new file mode 100644 index 00000000..ff5cd44d Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-bucket-uri.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-select-bucket.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-select-bucket.png new file mode 100644 index 00000000..6702cca4 Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-4-w-select-bucket.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-5.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-5.png new file mode 100644 index 00000000..162c953b Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-5.png differ diff --git a/fastlab/content/ailakehouse/images/add-connections-to-catalog-6.png b/fastlab/content/ailakehouse/images/add-connections-to-catalog-6.png new file mode 100644 index 00000000..9fdc8457 Binary files /dev/null and b/fastlab/content/ailakehouse/images/add-connections-to-catalog-6.png differ diff --git a/fastlab/content/ailakehouse/images/admin-user-sign-out.png b/fastlab/content/ailakehouse/images/admin-user-sign-out.png new file mode 100644 index 00000000..f5390841 Binary files /dev/null and b/fastlab/content/ailakehouse/images/admin-user-sign-out.png differ diff --git a/fastlab/content/ailakehouse/images/admin-user-sign-out.png .png b/fastlab/content/ailakehouse/images/admin-user-sign-out.png .png new file mode 100644 index 00000000..f5390841 Binary files /dev/null and b/fastlab/content/ailakehouse/images/admin-user-sign-out.png .png differ diff --git a/fastlab/content/ailakehouse/images/ai-exercise.png b/fastlab/content/ailakehouse/images/ai-exercise.png new file mode 100644 index 00000000..434d7b9d Binary files /dev/null and b/fastlab/content/ailakehouse/images/ai-exercise.png differ diff --git a/fastlab/content/ailakehouse/images/change-password.png b/fastlab/content/ailakehouse/images/change-password.png new file mode 100644 index 00000000..948cc9e3 Binary files /dev/null and b/fastlab/content/ailakehouse/images/change-password.png differ diff --git a/fastlab/content/ailakehouse/images/check-data-file3.png b/fastlab/content/ailakehouse/images/check-data-file3.png new file mode 100644 index 00000000..b8d91983 Binary files /dev/null and b/fastlab/content/ailakehouse/images/check-data-file3.png differ diff --git a/fastlab/content/ailakehouse/images/check-tenancy2.png b/fastlab/content/ailakehouse/images/check-tenancy2.png new file mode 100644 index 00000000..97c7c061 Binary files /dev/null and b/fastlab/content/ailakehouse/images/check-tenancy2.png differ diff --git a/fastlab/content/ailakehouse/images/click-data-load-button.png b/fastlab/content/ailakehouse/images/click-data-load-button.png new file mode 100644 index 00000000..d75b47c1 Binary files /dev/null and b/fastlab/content/ailakehouse/images/click-data-load-button.png differ diff --git a/fastlab/content/ailakehouse/images/click-pages.png b/fastlab/content/ailakehouse/images/click-pages.png new file mode 100644 index 00000000..ed8a3a92 Binary files /dev/null and b/fastlab/content/ailakehouse/images/click-pages.png differ diff --git a/fastlab/content/ailakehouse/images/click-url.png b/fastlab/content/ailakehouse/images/click-url.png new file mode 100644 index 00000000..d273fbf7 Binary files /dev/null and b/fastlab/content/ailakehouse/images/click-url.png differ diff --git a/fastlab/content/ailakehouse/images/confirm-email-notification.png b/fastlab/content/ailakehouse/images/confirm-email-notification.png new file mode 100644 index 00000000..dd9e71eb Binary files /dev/null and b/fastlab/content/ailakehouse/images/confirm-email-notification.png differ diff --git a/fastlab/content/ailakehouse/images/confirm-move-data-file1.png b/fastlab/content/ailakehouse/images/confirm-move-data-file1.png new file mode 100644 index 00000000..98760635 Binary files /dev/null and b/fastlab/content/ailakehouse/images/confirm-move-data-file1.png differ diff --git a/fastlab/content/ailakehouse/images/customers-py.png b/fastlab/content/ailakehouse/images/customers-py.png new file mode 100644 index 00000000..9c300a87 Binary files /dev/null and b/fastlab/content/ailakehouse/images/customers-py.png differ diff --git a/fastlab/content/ailakehouse/images/data-catalog-csv-preview.png b/fastlab/content/ailakehouse/images/data-catalog-csv-preview.png new file mode 100644 index 00000000..babc2b38 Binary files /dev/null and b/fastlab/content/ailakehouse/images/data-catalog-csv-preview.png differ diff --git a/fastlab/content/ailakehouse/images/data-catalog-data-objects.png b/fastlab/content/ailakehouse/images/data-catalog-data-objects.png new file mode 100644 index 00000000..4b556729 Binary files /dev/null and b/fastlab/content/ailakehouse/images/data-catalog-data-objects.png differ diff --git a/fastlab/content/ailakehouse/images/db-actions-data-load.png b/fastlab/content/ailakehouse/images/db-actions-data-load.png new file mode 100644 index 00000000..423be5a8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/db-actions-data-load.png differ diff --git a/fastlab/content/ailakehouse/images/db-actions.png b/fastlab/content/ailakehouse/images/db-actions.png new file mode 100644 index 00000000..cba749b8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/db-actions.png differ diff --git a/fastlab/content/ailakehouse/images/decision-py.png b/fastlab/content/ailakehouse/images/decision-py.png new file mode 100644 index 00000000..447924f3 Binary files /dev/null and b/fastlab/content/ailakehouse/images/decision-py.png differ diff --git a/fastlab/content/ailakehouse/images/dev-env.png b/fastlab/content/ailakehouse/images/dev-env.png new file mode 100644 index 00000000..ae3f3218 Binary files /dev/null and b/fastlab/content/ailakehouse/images/dev-env.png differ diff --git a/fastlab/content/ailakehouse/images/do-run-live-feed.png b/fastlab/content/ailakehouse/images/do-run-live-feed.png new file mode 100644 index 00000000..2c8fede5 Binary files /dev/null and b/fastlab/content/ailakehouse/images/do-run-live-feed.png differ diff --git a/fastlab/content/ailakehouse/images/dont-run-live-feed.png b/fastlab/content/ailakehouse/images/dont-run-live-feed.png new file mode 100644 index 00000000..82f9e857 Binary files /dev/null and b/fastlab/content/ailakehouse/images/dont-run-live-feed.png differ diff --git a/fastlab/content/ailakehouse/images/graph-dropdown.png b/fastlab/content/ailakehouse/images/graph-dropdown.png new file mode 100644 index 00000000..9c724df2 Binary files /dev/null and b/fastlab/content/ailakehouse/images/graph-dropdown.png differ diff --git a/fastlab/content/ailakehouse/images/graph-exercise.png b/fastlab/content/ailakehouse/images/graph-exercise.png new file mode 100644 index 00000000..9d3fb569 Binary files /dev/null and b/fastlab/content/ailakehouse/images/graph-exercise.png differ diff --git a/fastlab/content/ailakehouse/images/hamburger-menu-oci-console.png b/fastlab/content/ailakehouse/images/hamburger-menu-oci-console.png new file mode 100644 index 00000000..c1f1e294 Binary files /dev/null and b/fastlab/content/ailakehouse/images/hamburger-menu-oci-console.png differ diff --git a/fastlab/content/ailakehouse/images/ive-feed-wizard-step1a.png b/fastlab/content/ailakehouse/images/ive-feed-wizard-step1a.png new file mode 100644 index 00000000..958bfb7d Binary files /dev/null and b/fastlab/content/ailakehouse/images/ive-feed-wizard-step1a.png differ diff --git a/fastlab/content/ailakehouse/images/james-smith-5-ai.png b/fastlab/content/ailakehouse/images/james-smith-5-ai.png new file mode 100644 index 00000000..98082ba1 Binary files /dev/null and b/fastlab/content/ailakehouse/images/james-smith-5-ai.png differ diff --git a/fastlab/content/ailakehouse/images/james-smith.png b/fastlab/content/ailakehouse/images/james-smith.png new file mode 100644 index 00000000..176e4090 Binary files /dev/null and b/fastlab/content/ailakehouse/images/james-smith.png differ diff --git a/fastlab/content/ailakehouse/images/james-woods-ai.png b/fastlab/content/ailakehouse/images/james-woods-ai.png new file mode 100644 index 00000000..1273ce0e Binary files /dev/null and b/fastlab/content/ailakehouse/images/james-woods-ai.png differ diff --git a/fastlab/content/ailakehouse/images/james-woods-graph.png b/fastlab/content/ailakehouse/images/james-woods-graph.png new file mode 100644 index 00000000..adfae942 Binary files /dev/null and b/fastlab/content/ailakehouse/images/james-woods-graph.png differ diff --git a/fastlab/content/ailakehouse/images/james-woods.png b/fastlab/content/ailakehouse/images/james-woods.png new file mode 100644 index 00000000..cba8dbfc Binary files /dev/null and b/fastlab/content/ailakehouse/images/james-woods.png differ diff --git a/fastlab/content/ailakehouse/images/jupyter-login.png b/fastlab/content/ailakehouse/images/jupyter-login.png new file mode 100644 index 00000000..c3ba1fde Binary files /dev/null and b/fastlab/content/ailakehouse/images/jupyter-login.png differ diff --git a/fastlab/content/ailakehouse/images/lab7-task2-step4.png b/fastlab/content/ailakehouse/images/lab7-task2-step4.png new file mode 100644 index 00000000..8d6551f0 Binary files /dev/null and b/fastlab/content/ailakehouse/images/lab7-task2-step4.png differ diff --git a/fastlab/content/ailakehouse/images/lab7-task4-step3.png b/fastlab/content/ailakehouse/images/lab7-task4-step3.png new file mode 100644 index 00000000..79bd45a2 Binary files /dev/null and b/fastlab/content/ailakehouse/images/lab7-task4-step3.png differ diff --git a/fastlab/content/ailakehouse/images/lab7-task4-step5.png b/fastlab/content/ailakehouse/images/lab7-task4-step5.png new file mode 100644 index 00000000..7ca75d5f Binary files /dev/null and b/fastlab/content/ailakehouse/images/lab7-task4-step5.png differ diff --git a/fastlab/content/ailakehouse/images/launch-oci.png b/fastlab/content/ailakehouse/images/launch-oci.png new file mode 100644 index 00000000..6329b819 Binary files /dev/null and b/fastlab/content/ailakehouse/images/launch-oci.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-preview.png b/fastlab/content/ailakehouse/images/live-feed-preview.png new file mode 100644 index 00000000..308343d0 Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-preview.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step1-data-source.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step1-data-source.png new file mode 100644 index 00000000..b5e5e94d Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step1-data-source.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step1.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step1.png new file mode 100644 index 00000000..98e3b6db Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step1.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step1a.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step1a.png new file mode 100644 index 00000000..958bfb7d Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step1a.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step2-table-settings.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step2-table-settings.png new file mode 100644 index 00000000..a7c9752c Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step2-table-settings.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step2.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step2.png new file mode 100644 index 00000000..2bca5b21 Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step2.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step3.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step3.png new file mode 100644 index 00000000..67e11f02 Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step3.png differ diff --git a/fastlab/content/ailakehouse/images/live-feed-wizard-step4.png b/fastlab/content/ailakehouse/images/live-feed-wizard-step4.png new file mode 100644 index 00000000..e4bc11ec Binary files /dev/null and b/fastlab/content/ailakehouse/images/live-feed-wizard-step4.png differ diff --git a/fastlab/content/ailakehouse/images/loan-user-sign-on.png b/fastlab/content/ailakehouse/images/loan-user-sign-on.png new file mode 100644 index 00000000..272e6b3d Binary files /dev/null and b/fastlab/content/ailakehouse/images/loan-user-sign-on.png differ diff --git a/fastlab/content/ailakehouse/images/loan-user-sign-on.png .png b/fastlab/content/ailakehouse/images/loan-user-sign-on.png .png new file mode 100644 index 00000000..272e6b3d Binary files /dev/null and b/fastlab/content/ailakehouse/images/loan-user-sign-on.png .png differ diff --git a/fastlab/content/ailakehouse/images/loanapp-funding-panel.png b/fastlab/content/ailakehouse/images/loanapp-funding-panel.png new file mode 100644 index 00000000..eac97943 Binary files /dev/null and b/fastlab/content/ailakehouse/images/loanapp-funding-panel.png differ diff --git a/fastlab/content/ailakehouse/images/loanapp-funding-uri.png b/fastlab/content/ailakehouse/images/loanapp-funding-uri.png new file mode 100644 index 00000000..9f22de7d Binary files /dev/null and b/fastlab/content/ailakehouse/images/loanapp-funding-uri.png differ diff --git a/fastlab/content/ailakehouse/images/loanapp_funding_uri.png b/fastlab/content/ailakehouse/images/loanapp_funding_uri.png new file mode 100644 index 00000000..c35ed3ea Binary files /dev/null and b/fastlab/content/ailakehouse/images/loanapp_funding_uri.png differ diff --git a/fastlab/content/ailakehouse/images/login.png b/fastlab/content/ailakehouse/images/login.png new file mode 100644 index 00000000..93ca6436 Binary files /dev/null and b/fastlab/content/ailakehouse/images/login.png differ diff --git a/fastlab/content/ailakehouse/images/manual-live-feed-run.png b/fastlab/content/ailakehouse/images/manual-live-feed-run.png new file mode 100644 index 00000000..a5bce778 Binary files /dev/null and b/fastlab/content/ailakehouse/images/manual-live-feed-run.png differ diff --git a/fastlab/content/ailakehouse/images/move-data-file1.png b/fastlab/content/ailakehouse/images/move-data-file1.png new file mode 100644 index 00000000..9c268cec Binary files /dev/null and b/fastlab/content/ailakehouse/images/move-data-file1.png differ diff --git a/fastlab/content/ailakehouse/images/move-data-file2.png b/fastlab/content/ailakehouse/images/move-data-file2.png new file mode 100644 index 00000000..de35f3b3 Binary files /dev/null and b/fastlab/content/ailakehouse/images/move-data-file2.png differ diff --git a/fastlab/content/ailakehouse/images/mydemobucket-panel.png b/fastlab/content/ailakehouse/images/mydemobucket-panel.png new file mode 100644 index 00000000..3b5d3ecd Binary files /dev/null and b/fastlab/content/ailakehouse/images/mydemobucket-panel.png differ diff --git a/fastlab/content/ailakehouse/images/mydemobucket-uri.png b/fastlab/content/ailakehouse/images/mydemobucket-uri.png new file mode 100644 index 00000000..d02d6f3e Binary files /dev/null and b/fastlab/content/ailakehouse/images/mydemobucket-uri.png differ diff --git a/fastlab/content/ailakehouse/images/naviagate-to-data-load.png b/fastlab/content/ailakehouse/images/naviagate-to-data-load.png new file mode 100644 index 00000000..a48afa23 Binary files /dev/null and b/fastlab/content/ailakehouse/images/naviagate-to-data-load.png differ diff --git a/fastlab/content/ailakehouse/images/navigate-connections-to-live-feed.png b/fastlab/content/ailakehouse/images/navigate-connections-to-live-feed.png new file mode 100644 index 00000000..22ea4a98 Binary files /dev/null and b/fastlab/content/ailakehouse/images/navigate-connections-to-live-feed.png differ diff --git a/fastlab/content/ailakehouse/images/navigate-db-actions-to-adb.png b/fastlab/content/ailakehouse/images/navigate-db-actions-to-adb.png new file mode 100644 index 00000000..a04495bc Binary files /dev/null and b/fastlab/content/ailakehouse/images/navigate-db-actions-to-adb.png differ diff --git a/fastlab/content/ailakehouse/images/navigate-to-adb.png b/fastlab/content/ailakehouse/images/navigate-to-adb.png new file mode 100644 index 00000000..49036429 Binary files /dev/null and b/fastlab/content/ailakehouse/images/navigate-to-adb.png differ diff --git a/fastlab/content/ailakehouse/images/navigate-to-data-load.png b/fastlab/content/ailakehouse/images/navigate-to-data-load.png new file mode 100644 index 00000000..a48afa23 Binary files /dev/null and b/fastlab/content/ailakehouse/images/navigate-to-data-load.png differ diff --git a/fastlab/content/ailakehouse/images/oci-adb-database-actions.png b/fastlab/content/ailakehouse/images/oci-adb-database-actions.png new file mode 100644 index 00000000..a1b89a29 Binary files /dev/null and b/fastlab/content/ailakehouse/images/oci-adb-database-actions.png differ diff --git a/fastlab/content/ailakehouse/images/oci-adb-select 2.png b/fastlab/content/ailakehouse/images/oci-adb-select 2.png new file mode 100644 index 00000000..20eae65e Binary files /dev/null and b/fastlab/content/ailakehouse/images/oci-adb-select 2.png differ diff --git a/fastlab/content/ailakehouse/images/oci-adb-select.png b/fastlab/content/ailakehouse/images/oci-adb-select.png new file mode 100644 index 00000000..20eae65e Binary files /dev/null and b/fastlab/content/ailakehouse/images/oci-adb-select.png differ diff --git a/fastlab/content/ailakehouse/images/oci-adb.png b/fastlab/content/ailakehouse/images/oci-adb.png new file mode 100644 index 00000000..ba7da116 Binary files /dev/null and b/fastlab/content/ailakehouse/images/oci-adb.png differ diff --git a/fastlab/content/ailakehouse/images/open-another-browser-tab.png b/fastlab/content/ailakehouse/images/open-another-browser-tab.png new file mode 100644 index 00000000..da06e10f Binary files /dev/null and b/fastlab/content/ailakehouse/images/open-another-browser-tab.png differ diff --git a/fastlab/content/ailakehouse/images/open-data-studio.png b/fastlab/content/ailakehouse/images/open-data-studio.png new file mode 100644 index 00000000..85809533 Binary files /dev/null and b/fastlab/content/ailakehouse/images/open-data-studio.png differ diff --git a/fastlab/content/ailakehouse/images/open-sql-development.png b/fastlab/content/ailakehouse/images/open-sql-development.png new file mode 100644 index 00000000..70af2bd1 Binary files /dev/null and b/fastlab/content/ailakehouse/images/open-sql-development.png differ diff --git a/fastlab/content/ailakehouse/images/open-terminal.png b/fastlab/content/ailakehouse/images/open-terminal.png new file mode 100644 index 00000000..208f97dd Binary files /dev/null and b/fastlab/content/ailakehouse/images/open-terminal.png differ diff --git a/fastlab/content/ailakehouse/images/preview-data-in-catalog-1.png b/fastlab/content/ailakehouse/images/preview-data-in-catalog-1.png new file mode 100644 index 00000000..e2882bdc Binary files /dev/null and b/fastlab/content/ailakehouse/images/preview-data-in-catalog-1.png differ diff --git a/fastlab/content/ailakehouse/images/preview-icon.png b/fastlab/content/ailakehouse/images/preview-icon.png new file mode 100644 index 00000000..06832033 Binary files /dev/null and b/fastlab/content/ailakehouse/images/preview-icon.png differ diff --git a/fastlab/content/ailakehouse/images/redwood-oci-console.png b/fastlab/content/ailakehouse/images/redwood-oci-console.png new file mode 100644 index 00000000..397f369a Binary files /dev/null and b/fastlab/content/ailakehouse/images/redwood-oci-console.png differ diff --git a/fastlab/content/ailakehouse/images/review-funding-to-loan-conversion.png b/fastlab/content/ailakehouse/images/review-funding-to-loan-conversion.png new file mode 100644 index 00000000..c591b968 Binary files /dev/null and b/fastlab/content/ailakehouse/images/review-funding-to-loan-conversion.png differ diff --git a/fastlab/content/ailakehouse/images/run-live-table-feed.png b/fastlab/content/ailakehouse/images/run-live-table-feed.png new file mode 100644 index 00000000..e8e909aa Binary files /dev/null and b/fastlab/content/ailakehouse/images/run-live-table-feed.png differ diff --git a/fastlab/content/ailakehouse/images/run-move-script.png b/fastlab/content/ailakehouse/images/run-move-script.png new file mode 100644 index 00000000..98500451 Binary files /dev/null and b/fastlab/content/ailakehouse/images/run-move-script.png differ diff --git a/fastlab/content/ailakehouse/images/save-customers-py.png b/fastlab/content/ailakehouse/images/save-customers-py.png new file mode 100644 index 00000000..3592c820 Binary files /dev/null and b/fastlab/content/ailakehouse/images/save-customers-py.png differ diff --git a/fastlab/content/ailakehouse/images/save-decision-py.png b/fastlab/content/ailakehouse/images/save-decision-py.png new file mode 100644 index 00000000..ea289adf Binary files /dev/null and b/fastlab/content/ailakehouse/images/save-decision-py.png differ diff --git a/fastlab/content/ailakehouse/images/search-items-in-catalog-1.png b/fastlab/content/ailakehouse/images/search-items-in-catalog-1.png new file mode 100644 index 00000000..90801d55 Binary files /dev/null and b/fastlab/content/ailakehouse/images/search-items-in-catalog-1.png differ diff --git a/fastlab/content/ailakehouse/images/search-items-in-catalog-2.png b/fastlab/content/ailakehouse/images/search-items-in-catalog-2.png new file mode 100644 index 00000000..efdc9e20 Binary files /dev/null and b/fastlab/content/ailakehouse/images/search-items-in-catalog-2.png differ diff --git a/fastlab/content/ailakehouse/images/search-items-in-catalog-3.png b/fastlab/content/ailakehouse/images/search-items-in-catalog-3.png new file mode 100644 index 00000000..d32f9f1d Binary files /dev/null and b/fastlab/content/ailakehouse/images/search-items-in-catalog-3.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-compartment.png b/fastlab/content/ailakehouse/images/select-adb-compartment.png new file mode 100644 index 00000000..1a48c143 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-compartment.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-database-actions-launchpad.png b/fastlab/content/ailakehouse/images/select-adb-database-actions-launchpad.png new file mode 100644 index 00000000..96c03929 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-database-actions-launchpad.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-navigate-console-to-adb.png b/fastlab/content/ailakehouse/images/select-adb-navigate-console-to-adb.png new file mode 100644 index 00000000..778db5fd Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-navigate-console-to-adb.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-open-navigation-menu.png b/fastlab/content/ailakehouse/images/select-adb-open-navigation-menu.png new file mode 100644 index 00000000..cda79377 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-open-navigation-menu.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-select-compartment-and-adb.png b/fastlab/content/ailakehouse/images/select-adb-select-compartment-and-adb.png new file mode 100644 index 00000000..528a2b8e Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-select-compartment-and-adb.png differ diff --git a/fastlab/content/ailakehouse/images/select-adb-select-database-actions.png b/fastlab/content/ailakehouse/images/select-adb-select-database-actions.png new file mode 100644 index 00000000..a5bde9b8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-adb-select-database-actions.png differ diff --git a/fastlab/content/ailakehouse/images/select-cloud-storage-location.png b/fastlab/content/ailakehouse/images/select-cloud-storage-location.png new file mode 100644 index 00000000..5a64ab07 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-cloud-storage-location.png differ diff --git a/fastlab/content/ailakehouse/images/select-connections-tile.png b/fastlab/content/ailakehouse/images/select-connections-tile.png new file mode 100644 index 00000000..943a2404 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-connections-tile.png differ diff --git a/fastlab/content/ailakehouse/images/select-data-load.png b/fastlab/content/ailakehouse/images/select-data-load.png new file mode 100644 index 00000000..6b614ead Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-data-load.png differ diff --git a/fastlab/content/ailakehouse/images/select-data-share.png b/fastlab/content/ailakehouse/images/select-data-share.png new file mode 100644 index 00000000..e26ca9aa Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-data-share.png differ diff --git a/fastlab/content/ailakehouse/images/select-feed-data.png b/fastlab/content/ailakehouse/images/select-feed-data.png new file mode 100644 index 00000000..c06a3be5 Binary files /dev/null and b/fastlab/content/ailakehouse/images/select-feed-data.png differ diff --git a/fastlab/content/ailakehouse/images/sql-sign-in.png b/fastlab/content/ailakehouse/images/sql-sign-in.png new file mode 100644 index 00000000..ba754a98 Binary files /dev/null and b/fastlab/content/ailakehouse/images/sql-sign-in.png differ diff --git a/fastlab/content/ailakehouse/images/sql-worksheet.png b/fastlab/content/ailakehouse/images/sql-worksheet.png new file mode 100644 index 00000000..51a2eb0e Binary files /dev/null and b/fastlab/content/ailakehouse/images/sql-worksheet.png differ diff --git a/fastlab/content/ailakehouse/images/start-demo-2.png b/fastlab/content/ailakehouse/images/start-demo-2.png new file mode 100644 index 00000000..119373b6 Binary files /dev/null and b/fastlab/content/ailakehouse/images/start-demo-2.png differ diff --git a/fastlab/content/ailakehouse/images/start-demo.png b/fastlab/content/ailakehouse/images/start-demo.png new file mode 100644 index 00000000..825e68f9 Binary files /dev/null and b/fastlab/content/ailakehouse/images/start-demo.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-0.png b/fastlab/content/ailakehouse/images/task-1-scrn-0.png new file mode 100644 index 00000000..f787908c Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-0.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-1.png b/fastlab/content/ailakehouse/images/task-1-scrn-1.png new file mode 100644 index 00000000..3bf790d9 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-2.png b/fastlab/content/ailakehouse/images/task-1-scrn-2.png new file mode 100644 index 00000000..65368a3a Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-3.png b/fastlab/content/ailakehouse/images/task-1-scrn-3.png new file mode 100644 index 00000000..8595775c Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-4.png b/fastlab/content/ailakehouse/images/task-1-scrn-4.png new file mode 100644 index 00000000..8c42064c Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-4.png differ diff --git a/fastlab/content/ailakehouse/images/task-1-scrn-5.png b/fastlab/content/ailakehouse/images/task-1-scrn-5.png new file mode 100644 index 00000000..a24f0d99 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-1-scrn-5.png differ diff --git a/fastlab/content/ailakehouse/images/task-2-scrn-1.png b/fastlab/content/ailakehouse/images/task-2-scrn-1.png new file mode 100644 index 00000000..8477715a Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-2-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task-2-scrn-2.png b/fastlab/content/ailakehouse/images/task-2-scrn-2.png new file mode 100644 index 00000000..cc2719cf Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-2-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task-2-scrn-3.png b/fastlab/content/ailakehouse/images/task-2-scrn-3.png new file mode 100644 index 00000000..14dad4a8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-2-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task-2-scrn-5.png b/fastlab/content/ailakehouse/images/task-2-scrn-5.png new file mode 100644 index 00000000..f90ce9d0 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-2-scrn-5.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-10.png b/fastlab/content/ailakehouse/images/task-3-scrn-10.png new file mode 100644 index 00000000..d77a3275 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-10.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-12.png b/fastlab/content/ailakehouse/images/task-3-scrn-12.png new file mode 100644 index 00000000..cd0921ea Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-12.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-13.png b/fastlab/content/ailakehouse/images/task-3-scrn-13.png new file mode 100644 index 00000000..03d6ca8d Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-13.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-6.png b/fastlab/content/ailakehouse/images/task-3-scrn-6.png new file mode 100644 index 00000000..5f780437 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-6.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-7.png b/fastlab/content/ailakehouse/images/task-3-scrn-7.png new file mode 100644 index 00000000..c6bf99cd Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-7.png differ diff --git a/fastlab/content/ailakehouse/images/task-3-scrn-9.png b/fastlab/content/ailakehouse/images/task-3-scrn-9.png new file mode 100644 index 00000000..f56fe007 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-3-scrn-9.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-1.png b/fastlab/content/ailakehouse/images/task-4-scrn-1.png new file mode 100644 index 00000000..86888687 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-10.png b/fastlab/content/ailakehouse/images/task-4-scrn-10.png new file mode 100644 index 00000000..edf87950 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-10.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-2.png b/fastlab/content/ailakehouse/images/task-4-scrn-2.png new file mode 100644 index 00000000..0b0be765 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-3.png b/fastlab/content/ailakehouse/images/task-4-scrn-3.png new file mode 100644 index 00000000..c9f3cba7 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-7.png b/fastlab/content/ailakehouse/images/task-4-scrn-7.png new file mode 100644 index 00000000..707b0f0f Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-7.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-8.png b/fastlab/content/ailakehouse/images/task-4-scrn-8.png new file mode 100644 index 00000000..3cc2452b Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-8.png differ diff --git a/fastlab/content/ailakehouse/images/task-4-scrn-9.png b/fastlab/content/ailakehouse/images/task-4-scrn-9.png new file mode 100644 index 00000000..9ba4cf25 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-4-scrn-9.png differ diff --git a/fastlab/content/ailakehouse/images/task-5-scrn-1.png b/fastlab/content/ailakehouse/images/task-5-scrn-1.png new file mode 100644 index 00000000..03d6ca8d Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-5-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task-5-scrn-2.png b/fastlab/content/ailakehouse/images/task-5-scrn-2.png new file mode 100644 index 00000000..073401ae Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-5-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task-5-scrn-3.png b/fastlab/content/ailakehouse/images/task-5-scrn-3.png new file mode 100644 index 00000000..86888687 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-5-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task-5-scrn-4.png b/fastlab/content/ailakehouse/images/task-5-scrn-4.png new file mode 100644 index 00000000..3817b36b Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-5-scrn-4.png differ diff --git a/fastlab/content/ailakehouse/images/task-5-scrn-5.png b/fastlab/content/ailakehouse/images/task-5-scrn-5.png new file mode 100644 index 00000000..06d7f654 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-5-scrn-5.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-2.png b/fastlab/content/ailakehouse/images/task-7-scrn-2.png new file mode 100644 index 00000000..d6ae9fb4 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-3.png b/fastlab/content/ailakehouse/images/task-7-scrn-3.png new file mode 100644 index 00000000..f3d72f9b Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-4.png b/fastlab/content/ailakehouse/images/task-7-scrn-4.png new file mode 100644 index 00000000..135b02e8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-4.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-4a.png b/fastlab/content/ailakehouse/images/task-7-scrn-4a.png new file mode 100644 index 00000000..135b02e8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-4a.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-4b.png b/fastlab/content/ailakehouse/images/task-7-scrn-4b.png new file mode 100644 index 00000000..6548d9fb Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-4b.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-5.png b/fastlab/content/ailakehouse/images/task-7-scrn-5.png new file mode 100644 index 00000000..4c2388f4 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-5.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-6.png b/fastlab/content/ailakehouse/images/task-7-scrn-6.png new file mode 100644 index 00000000..f30a1f31 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-6.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-7a.png b/fastlab/content/ailakehouse/images/task-7-scrn-7a.png new file mode 100644 index 00000000..135b02e8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-7a.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-7b.png b/fastlab/content/ailakehouse/images/task-7-scrn-7b.png new file mode 100644 index 00000000..750c5aff Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-7b.png differ diff --git a/fastlab/content/ailakehouse/images/task-7-scrn-8.png b/fastlab/content/ailakehouse/images/task-7-scrn-8.png new file mode 100644 index 00000000..270537c6 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task-7-scrn-8.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-1.png b/fastlab/content/ailakehouse/images/task1-scrn-1.png new file mode 100644 index 00000000..b685d66b Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-2.png b/fastlab/content/ailakehouse/images/task1-scrn-2.png new file mode 100644 index 00000000..33869ca8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-3.png b/fastlab/content/ailakehouse/images/task1-scrn-3.png new file mode 100644 index 00000000..e629ef88 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-4.png b/fastlab/content/ailakehouse/images/task1-scrn-4.png new file mode 100644 index 00000000..1c60a3db Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-4.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-5.png b/fastlab/content/ailakehouse/images/task1-scrn-5.png new file mode 100644 index 00000000..a4ae5d24 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-5.png differ diff --git a/fastlab/content/ailakehouse/images/task1-scrn-5b.png b/fastlab/content/ailakehouse/images/task1-scrn-5b.png new file mode 100644 index 00000000..a4ae5d24 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task1-scrn-5b.png differ diff --git a/fastlab/content/ailakehouse/images/task2-scrn-1.png b/fastlab/content/ailakehouse/images/task2-scrn-1.png new file mode 100644 index 00000000..e629ef88 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task2-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/task2-scrn-2.png b/fastlab/content/ailakehouse/images/task2-scrn-2.png new file mode 100644 index 00000000..227e03bf Binary files /dev/null and b/fastlab/content/ailakehouse/images/task2-scrn-2.png differ diff --git a/fastlab/content/ailakehouse/images/task2-scrn-3.png b/fastlab/content/ailakehouse/images/task2-scrn-3.png new file mode 100644 index 00000000..44e203e5 Binary files /dev/null and b/fastlab/content/ailakehouse/images/task2-scrn-3.png differ diff --git a/fastlab/content/ailakehouse/images/task2-scrn-4.png b/fastlab/content/ailakehouse/images/task2-scrn-4.png new file mode 100644 index 00000000..43d7fafc Binary files /dev/null and b/fastlab/content/ailakehouse/images/task2-scrn-4.png differ diff --git a/fastlab/content/ailakehouse/images/test_05_15.png b/fastlab/content/ailakehouse/images/test_05_15.png new file mode 100644 index 00000000..001e90fa Binary files /dev/null and b/fastlab/content/ailakehouse/images/test_05_15.png differ diff --git a/fastlab/content/ailakehouse/images/topic-livefeed.png b/fastlab/content/ailakehouse/images/topic-livefeed.png new file mode 100644 index 00000000..da499c42 Binary files /dev/null and b/fastlab/content/ailakehouse/images/topic-livefeed.png differ diff --git a/fastlab/content/ailakehouse/images/tssk-7-scrn-1.png b/fastlab/content/ailakehouse/images/tssk-7-scrn-1.png new file mode 100644 index 00000000..b541774d Binary files /dev/null and b/fastlab/content/ailakehouse/images/tssk-7-scrn-1.png differ diff --git a/fastlab/content/ailakehouse/images/user-password.png b/fastlab/content/ailakehouse/images/user-password.png new file mode 100644 index 00000000..3e02b1d3 Binary files /dev/null and b/fastlab/content/ailakehouse/images/user-password.png differ diff --git a/fastlab/content/ailakehouse/images/verify-live-feed-load-file2.png b/fastlab/content/ailakehouse/images/verify-live-feed-load-file2.png new file mode 100644 index 00000000..2aa7120b Binary files /dev/null and b/fastlab/content/ailakehouse/images/verify-live-feed-load-file2.png differ diff --git a/fastlab/content/ailakehouse/images/verify-move-data-file2.png b/fastlab/content/ailakehouse/images/verify-move-data-file2.png new file mode 100644 index 00000000..b8d91983 Binary files /dev/null and b/fastlab/content/ailakehouse/images/verify-move-data-file2.png differ diff --git a/fastlab/content/ailakehouse/images/view-login-info.png b/fastlab/content/ailakehouse/images/view-login-info.png new file mode 100644 index 00000000..6be63aa8 Binary files /dev/null and b/fastlab/content/ailakehouse/images/view-login-info.png differ diff --git a/fastlab/content/ailakehouse/index.html b/fastlab/content/ailakehouse/index.html new file mode 100644 index 00000000..7164ec98 --- /dev/null +++ b/fastlab/content/ailakehouse/index.html @@ -0,0 +1,63 @@ + + + +
+ + + + +