> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/system-configuration/panther-deployment-types/legacy-configurations/snowflake-setup.md).

# Snowflake 연결(레거시)

## 개요

{% hint style="warning" %}
Panther는 새 계정에 대해 이 계정 구성은 지원하지 않습니다.

지원되는 Panther 배포 모델에 대해 알아보세요. [Panther 배포 유형](/ko/system-configuration/panther-deployment-types.md).
{% endhint %}

기존 Snowflake 고객인 경우, Panther를 사용하여 자체 Snowflake 계정 중 하나를 사용하도록 구성할 수 있습니다. 계정은 새 계정이거나 비어 있어야 합니다. 이 옵션은 "고객 구성 Snowflake" 또는 "사용자 소유 Snowflake(BYOSF)"라고도 알려져 있습니다. Snowflake 인스턴스 구성 방법에 대한 권장 사항은 다음을 참조하세요. [최적의 검색 성능을 위한 Snowflake 구성](/ko/search/backend/snowflake/configuration.md).

Snowflake에서는 테이블 액세스를 공유할 수 있습니다. 이를 통해 비즈니스 데이터와 보안 데이터를 Panther에서 쿼리할 수 있습니다(다음을 통해 `PANTHER_READ_ONLY` 역할).

직접 관리하는 Snowflake 인스턴스에서는 Panther가 수집한 데이터로 테이블과 뷰를 만들 수 있습니다. 이러한 사용자 정의 객체를 Panther 데이터베이스 내부에 두지 마십시오. 예상치 못한 테이블과 뷰는 오류를 일으킵니다. 대신 Panther가 아닌 데이터베이스에 생성한 후 Panther와 공유하세요.

{% hint style="danger" %}
접두사 다음의 사용자나 다른 데이터베이스 객체를 생성하지 마십시오 `PANTHER_`.
{% endhint %}

### Panther 관리형에서 Snowflake 연결형으로 마이그레이션

Panther가 관리하는 Snowflake 인스턴스가 있는 경우, 소유권을 이전받아 Snowflake 연결형 인스턴스로 전환할 수 있습니다.

이를 위해 다음 지침을 따르세요:

1. Panther가 관리하는 Snowflake 계정의 소유권을 이전받고 싶다고 Panther 지원 팀에 알려주세요.
2. Panther 지원 팀으로부터 미리 작성된 메시지를 받은 후, 이를 Snowflake 팀에 보내세요. 이 메시지에는 다음 내용이 포함됩니다:
   * Snowflake 계정을 귀 조직으로 이전해 달라는 요청
   * Snowflake 계정에 대한 중요한 정보 포함
3. 계정 이전이 성공적으로 완료되면 Panther 지원 팀에 알려주세요.
   * Panther가 Snowflake 계정에 대한 로그인 자격 증명을 제공합니다.
   * Snowflake에 로그인하면, 이전된 인스턴스가 조직 계정 내에 표시됩니다.

## Panther용 새 Snowflake 계정을 만드는 방법

* Panther용 Snowflake 계정을 구성하는 방법을 알아보려면 Panther 지원팀에 문의하세요.

{% hint style="info" %}
다음이 있다면 [Panther에서 관리하는](/ko/system-configuration/panther-deployment-types.md#saas) AWS에서는, Panther 지원 팀이 Snowflake 계정에 사용자를 설정하는 데 사용할 수 있도록 보안 채널을 통해 고유한 자격 증명을 제공합니다.

* Panther가 자동화 도구를 사용하여 계정을 구성하고 유지 관리합니다. 새 계정의 통합, 데이터베이스, 웨어하우스, 사용자 및 역할을 관리합니다.
  {% endhint %}

### Panther 데이터 테이블에 대한 읽기 전용 역할 만들기

Panther는 `pantheraccountadmin` 사용자 자격 증명을 안전한 위치에 보관합니다.

Panther 데이터 레이크 테이블에 대한 읽기 전용 액세스 권한을 가진 여러 사용자를 만들고 관리하려면 다음을 참조하세요. [Panther 데이터 테이블에 대한 읽기 전용 역할 만들기](/ko/system-configuration/panther-deployment-types/cloud-connected.md#optional-creating-read-only-roles-for-panther-data-tables).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/system-configuration/panther-deployment-types/legacy-configurations/snowflake-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
