# Snowflake Connected(레거시)

## 개요

{% 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 Connected로 마이그레이션

Panther가 관리하는 Snowflake 인스턴스가 있는 경우, 해당 인스턴스의 소유권을 인수하여 Snowflake Connected 인스턴스로 전환할 수 있습니다.

이를 수행하려면 다음 지침을 따르세요:

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

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

* Panther 지원팀에 연락하여 Panther용 Snowflake 계정을 구성하는 방법을 알아보세요.

{% 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: 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.
