Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 1: Setting up your Snowflake environment Amazon Web Services (AWS) published the first part of a three-part tutorial series on building a no-code machine learning workflow using Snowflake, Amazon SageMaker Canvas, and Amazon QuickSight, focusing on setting up an AWS account and Snowflake environment. The series addresses the challenge of transforming operational data in Snowflake into predictive insights without specialized data science teams, using SageMaker Canvas for visual model building and QuickSight for dashboards. The tutorial was inspired by a healthcare organization that needed to forecast demand and surface ML insights in BI dashboards. Artificial Intelligence /blogs/machine-learning/ Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 1: Setting up your Snowflake environment Healthcare, retail, and life sciences organizations generate massive quantities of operational data in cloud data warehouses like Snowflake. While these systems store and scale information efficiently, transforming that data into meaningful predictions remains a challenge. Traditional machine learning ML approaches require specialized teams, long development cycles, and heavy engineering support, creating delays and limiting experimentation for the business users who understand the data best. A no-code ML workflow changes that dynamic. With Amazon SageMaker Canvas /sagemaker/canvas/ , you can explore datasets, prepare features, build predictive models, and generate insights visually without writing code and without depending on data science resources. Business analysts, product owners, and operational teams can accelerate decision-making while maintaining enterprise security and governance. This is Part 1 of a three-part series . Part 1 covers setting up your AWS account and Snowflake environment. Part 2 /blogs/machine-learning/build-a-no-code-ml-workflow-with-snowflake-amazon-sagemaker-canvas-and-amazon-quick-part-2-data-preparation-and-model-building-with-amazon-sagemaker-canvas/ connects Amazon SageMaker Canvas to Snowflake to prepare data and build a fraud detection model. Part 3 /blogs/machine-learning/build-a-no-code-ml-workflow-with-snowflake-amazon-sagemaker-canvas-and-amazon-quick-part-3-visualizing-insights-with-amazon-quick-sight/ sends predictions to Amazon Quick to create interactive dashboards and share insights with stakeholders. Business challenge This solution was inspired by a real healthcare organization that had accumulated years of operational data in Snowflake including sales transactions, product movement, patient interactions, and regional performance metrics. While the data foundation was robust, turning that data into predictive insights remained a challenge. Business teams wanted to forecast demand across multiple product categories, understand seasonal and regional consumption patterns, and surface ML-driven insights directly within business intelligence BI dashboards to support faster decisions. However, the organization lacked sufficient data science capacity to support these needs. Every new forecasting or analytics request required engineering or ML specialists, resulting in long development cycles and limited experimentation. This created a clear gap: business users understood the questions and the data but didn’t have a practical way to build and iterate on predictive models themselves. Additionally, after predictions were generated, organizations needed a way to visualize and share these insights with stakeholders through interactive dashboards. Rather than introducing yet another complex ML pipeline, the organization needed an approach that could bring machine learning closer to business teams. That approach had to work natively with existing Snowflake data, visualize predictions through familiar BI tools, and reduce dependency on specialized resources without compromising governance or security. These requirements naturally pointed toward a no-code machine learning approach integrated with visualization capabilities as the next step. Solution overview To bridge the gap between data-rich environments and insight-starved business teams, this post walks you through a no-code ML workflow built on Amazon SageMaker Canvas /sagemaker/canvas/ . Rather than replacing your existing data infrastructure, this approach extends the value of your Snowflake investments by making machine learning accessible to non-technical users and connecting predictions directly to visualization tools. Amazon SageMaker Canvas /sagemaker/ai/canvas/ provides an intuitive, visual interface that connects directly to Snowflake, so you can prepare data, build machine learning models, and generate forecasts. After you train your model, deploy it to Amazon SageMaker Endpoint /blogs/machine-learning/deploy-ml-models-built-in-amazon-sagemaker-canvas-to-amazon-sagemaker-real-time-endpoints/ directly from the Canvas model details page, with no infrastructure configuration required. When the endpoint status shows In service, generate predictions on your Snowflake transaction data. To visualize results in Amazon Quick /quicksight/ , use batch predictions in Canvas to output the scored dataset to Amazon Simple Storage Service Amazon S3 /s3/ . Amazon Quick visualizes these insights through interactive dashboards, making ML-driven forecasts accessible to stakeholders across your organization without custom pipelines or data-science intervention. This architecture delivers key benefits: - Democratized access to ML through self-service model building without coding expertise https://docs.aws.amazon.com/sagemaker/latest/dg/canvas-getting-started.html . - Simplified data preparation with over 300 visual transformations powered by Data Wrangler while maintaining enterprise governance. - Accelerated time-to-insight by reducing model development from months to hours. - Training on the managed infrastructure of Amazon SageMaker. - Interactive visualization of predictions through Amazon Quick Sight dashboards https://docs.aws.amazon.com/sagemaker/latest/dg/canvas-send-predictions.html . - Support for multiple ML problem types including regression, classification, and time-series forecasting to address diverse business questions from a single solution. Technical implementation This section walks through the hands-on steps to configure your Snowflake environment with sample fraud detection data. Prerequisites Make sure that you have the following prerequisites. - An AWS account. - Snowflake account. For steps to create a Snowflake account, refer to Create a Snowflake Free Trial Account https://docs.snowflake.com/en/user-guide/admin-trial-account . Snowflake database setup - To create a Snowflake database, in the left-side panel of the Snowflake console, choose the plus sign + , and then choose SQL worksheet . - A blank SQL file opens. Copy and paste the following SQL commands into the worksheet and choose Run . - Then select each subsection separately and run them one by one by choosing Run . - After the queries run successfully, confirm the setup by running the following verification queries. - Gather the information needed to connect from Snowflake to Amazon SageMaker Canvas. The connection requires the Snowflake organization account name, which combines the Snowflake organization name and account name with a hyphen. Run the SQL query in the worksheet to determine the organization account name. Conclusion In this first part of the three-part series, you explored the business challenge facing organizations with data-rich Snowflake environments and introduced a no-code ML workflow. You created a Snowflake database, loaded sample fraud detection data, and retrieved the connection details needed for the next steps. In Part 2 /blogs/machine-learning/build-a-no-code-ml-workflow-with-snowflake-amazon-sagemaker-canvas-and-amazon-quick-part-2-data-preparation-and-model-building-with-amazon-sagemaker-canvas/ , you connect Amazon SageMaker Canvas to Snowflake data, prepare and transform the dataset using visual tools, and build a fraud detection model. References - Part 2 – Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 2: Data preparation and model building with Amazon SageMaker Canvas /blogs/machine-learning/build-a-no-code-ml-workflow-with-snowflake-amazon-sagemaker-canvas-and-amazon-quick-part-2-data-preparation-and-model-building-with-amazon-sagemaker-canvas/ - Part 3 – Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 3: Visualizing insights with Amazon Quick Sight /blogs/machine-learning/build-a-no-code-ml-workflow-with-snowflake-amazon-sagemaker-canvas-and-amazon-quick-part-3-visualizing-insights-with-amazon-quick-sight/