# コネクション

<figure><img src="/files/bXmePV4VGzWreBdnwbZo" alt=""><figcaption></figcaption></figure>

コネクションは、データウェアハウスへのアクセスを管理するために使用されます。ユーザーがアップロードした認証情報を使って、クエリの実行やテーブル情報の取得を行います。

## 主な機能

* クエリの実行:
  * [ノートブック](/data-exploration/notebook.md)、[レポート](/sharing/report.md)、クエリで認証付きのクエリを発行します。
    * 不要なジョブの実行を防ぐためのキャッシュ機能があります。詳しくは、[(補足)クエリ実行とキャッシュ](/data-exploration/appendix-cache.md)をご覧ください。
* メタデータの集約:
  * [テーブル同期](/connect-and-manage-data/connection/sync-table-metadata.md)により、テーブルのスキーマ等のメタデータを集約し、最新のデータを維持します。
* アクセス制御:
  * [アクセス制御](/access-control/access-control-for-resources/access-control-for-connection.md)により、どのユーザーやグループが、クエリの実行やその実行結果の取得をできるか権限制御を行います。

## デモデータの利用

Codatumでは、すぐにデータ分析を試せるようにデモデータ（サンプルデータ）を提供しています。

* デモデータを使用することで、自身のデータウェアハウスを設定する前にCodatumの機能を体験できます
* デモデータには、典型的なビジネスデータ（売上、顧客、製品など）が含まれています
* ノートブックやレポートの作成時に、デモデータを使用したクエリをすぐに実行できます

## 設定方法

* 認証情報のアップロードを含む設定を作成し、構成します。各ウェアハウスのセットアップガイドを参照してください。
  * [対応データウェアハウス](/connect-and-manage-data/supported-warehouses.md)
* 同期をトリガーして、テーブルのメタデータを取得し保存します。
  * [テーブルメタデータの同期](/connect-and-manage-data/connection/sync-table-metadata.md)


---

# 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.codatum.jp/connect-and-manage-data/connection.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.
