Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric committed Nov 4, 2024
1 parent 2d3932e commit c492e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ You can directly "Test connection" if needed.

### Snowflake

To be able to connect to [Snowflake](https://www.snowflake.com/), you can choose to either setup [OAuth for Snowflake](misc/setup_oauth#snowflake) or by defining a Snowflake Resource.
To be able to connect to [Snowflake](https://www.snowflake.com/), you can choose to either setup [OAuth for Snowflake](/docs/misc/setup_oauth#oauth) or by defining a Snowflake Resource.

If a Snowflake OAuth connection is present, you can create a new Resource by heading to <a href="https://app.windmill.dev/resources" rel="nofollow">Resources</a>, clicking on "Add Resource" in the top right corner and selecting `snowflake_oauth`.

Expand Down
4 changes: 2 additions & 2 deletions docs/misc/9_guides/snowflake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Build an App accessing Snowflake with end-user Roles
---

import DocCard from '@site/src/components/DocCard';
import { SiPostgresql } from 'react-icons/si';


# Build an App Accessing Snowflake with End-User Roles

This guide walks you through building an application that accesses Snowflake data based on the end-user’s role, using OAuth in Windmill. By leveraging dynamic role-based credentials from Snowflake’s OAuth integration, we avoid static credentials and enable secure data access customized for each user.

The tutorial includes steps to set up Snowflake OAuth, configure user roles, and create UI components in Windmill for a seamless, role-specific data experience.

Note that the mechanism of using the end-user's role demonstated here with Snowflake can be used for any [OAuth-supported resource in Windmill](/docs/misc/setup_oauth#oauth) such as GitHub, Slack, or Google Workspace.

<div className="grid grid-cols-2 gap-6 mb-4">
<DocCard
title="Resources and resource types"
Expand Down

0 comments on commit c492e2d

Please sign in to comment.