From 355ad2aa78a92d0dce842107fd8b05c6d2e735cf Mon Sep 17 00:00:00 2001 From: Brett Klein Date: Thu, 3 Oct 2024 17:56:49 -0400 Subject: [PATCH] Added solutions --- .gitmodules | 15 +++++++++++++++ README.md | 5 +++++ ...-ml-models-using-streamlit-snowflake-notebooks | 1 + sfguide-cohort-builder | 1 + sfguide-data-crawler | 1 + ...-getting-started-with-api-enrichment-framework | 1 + sfguide-getting-started-with-data-quality-manager | 1 + 7 files changed, 25 insertions(+) create mode 160000 sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks create mode 160000 sfguide-cohort-builder create mode 160000 sfguide-data-crawler create mode 160000 sfguide-getting-started-with-api-enrichment-framework create mode 160000 sfguide-getting-started-with-data-quality-manager diff --git a/.gitmodules b/.gitmodules index ac78b42..a1f0ade 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,18 @@ [submodule "sfguide-application-control-framework"] path = sfguide-application-control-framework url = https://github.com/Snowflake-Labs/sfguide-application-control-framework +[submodule "sfguide-data-crawler"] + path = sfguide-data-crawler + url = https://github.com/Snowflake-Labs/sfguide-data-crawler +[submodule "sfguide-cohort-builder"] + path = sfguide-cohort-builder + url = https://github.com/Snowflake-Labs/sfguide-cohort-builder +[submodule "sfguide-getting-started-with-api-enrichment-framework"] + path = sfguide-getting-started-with-api-enrichment-framework + url = https://github.com/Snowflake-Labs/sfguide-getting-started-with-api-enrichment-framework +[submodule "sfguide-getting-started-with-data-quality-manager"] + path = sfguide-getting-started-with-data-quality-manager + url = https://github.com/Snowflake-Labs/sfguide-getting-started-with-data-quality-manager +[submodule "sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks"] + path = sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks + url = https://github.com/Snowflake-Labs/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks diff --git a/README.md b/README.md index d120cd8..909bfbc 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,8 @@ Please see TAGGING.md for details on object comments. | [Solution Installation Wizard](https://github.com/Snowflake-Labs/sfguide-solution-installation-wizard/) | A Native App that helps facilitate consumers deploy code from the provider. | | [Alert Hub](https://github.com/Snowflake-Labs/sfguide-alert-hub/) | A Streamlit for managing and templatizing Alerts. | | [Application Control Framework](https://github.com/Snowflake-Labs/sfguide-application-control-framework/) | A framework that allows for rule-based access and consumer experiences within Native Apps. | +| [Data Crawler](https://github.com/Snowflake-Labs/sfguide-data-crawler/) | A solution prompting a Cortex Large Language Model (LLM) to generate a natural language description of each table within a database and/or schema. | +| [Cohort Builder](https://github.com/Snowflake-Labs/sfguide-cohort-builder/) | The Cohort Builder Model leverages Snowflake and Snowpark to create, manage, and schedule cohorts effectively. | +| [API Enrichment Framework](https://github.com/Snowflake-Labs/sfguide-getting-started-with-api-enrichment-framework/) | A Native App designed to quick start API-driven data enrichment. | +| [Data Quality Manager](https://github.com/Snowflake-Labs/sfguide-getting-started-with-data-quality-manager/) | A application designed to implement data quality checks, using both Snowflake data metric functions (DMFs) and custom checks. | +| [ML (Machine Learning) Sidekick](https://github.com/Snowflake-Labs/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks/) | A no-code app built using Streamlit in Snowflake, designed for building and deploying machine learning models in Snowflake. | diff --git a/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks b/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks new file mode 160000 index 0000000..1afbb74 --- /dev/null +++ b/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks @@ -0,0 +1 @@ +Subproject commit 1afbb749ae8b360e76016552ae315cb362332ded diff --git a/sfguide-cohort-builder b/sfguide-cohort-builder new file mode 160000 index 0000000..32791e6 --- /dev/null +++ b/sfguide-cohort-builder @@ -0,0 +1 @@ +Subproject commit 32791e6cddb387ef944c8508101ab3af4008defd diff --git a/sfguide-data-crawler b/sfguide-data-crawler new file mode 160000 index 0000000..3e4ce00 --- /dev/null +++ b/sfguide-data-crawler @@ -0,0 +1 @@ +Subproject commit 3e4ce003cb8f44478a2a2feffe736bee0fec8d4c diff --git a/sfguide-getting-started-with-api-enrichment-framework b/sfguide-getting-started-with-api-enrichment-framework new file mode 160000 index 0000000..0a6de2a --- /dev/null +++ b/sfguide-getting-started-with-api-enrichment-framework @@ -0,0 +1 @@ +Subproject commit 0a6de2a90745799c19b772059b96dcd9a1861c3a diff --git a/sfguide-getting-started-with-data-quality-manager b/sfguide-getting-started-with-data-quality-manager new file mode 160000 index 0000000..88d27e0 --- /dev/null +++ b/sfguide-getting-started-with-data-quality-manager @@ -0,0 +1 @@ +Subproject commit 88d27e089aaac5f028dd4f15e4a943b377a73d3a