SNOWFLAKE DOCS DIFF

ドキュメント変更履歴 2026-08-27

2026-08-27全 8,463 ページ改訂 55削除 0影響大 0仕様変更 3内容更新 25軽微な更新 27

本日の総括

本日は全8463ページのうち55ページが改訂され、削除はありませんでした。仕様変更(A)3件を含む一方、破壊的変更(S)はなく、実質更新25件・些末な更新27件という構成です。更新はOpenflowのデータ連携・CDC, SQLによるエージェント実行コンテキストの判別、Cortex Codeの導入手順に集中しています。

仕様変更(3 件)

Snowflake Openflow version history

仕様変更改訂Loading & Unloading Data58行追加・0行削除

2026年8月25日付で、Runtime Server/Extensionsにセキュリティ更新、UI改善、CDC・Kafka・Table Consolidation機能の拡張と不具合修正が追加されました。CDC PostgreSQL/MySQL Gen2では論理キー設定により更新時にMERGEを使用でき、MongoDB 6.0.9以降では16 MiB超の変更イベント複製を opt-in で有効化できます。Snowpipe Streamingの非推奨プロセッサ PutSnowpipeStreaming2 は削除され、PublishSnowpipeStreaming が後継となります。 影響: CDCの重複行や非ASCII名の変更取りこぼしが改善される一方、PutSnowpipeStreaming2 利用環境は PublishSnowpipeStreaming への移行が必要です。

判定根拠: 追加行に「deprecated」

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/data-integration/openflow/version-history+++ bhttps://docs.snowflake.com/en/user-guide/data-integration/openflow/version-history@@ -254,4 +254,62 @@ </div> +## August 25, 2026++<a id="label-runtime-server-2026-8-24-20"></a>++### Runtime Server 2026.8.24.20++- Security patches and dependency upgrades.+- Upgraded the Runtime UI to version 0.87.0.+  - Database CDC: Shows the backend-provided failure reason for failed tables in the Reload tables dialog.+  - Connector migration: Gates the Gen1-to-Gen2 Migrate wizard step with the migration runtime setting.+  - Connector migration: Keeps migration discoverable and shows unmet prerequisites when migration is blocked.+  - Connector wizard: Displays stored false values correctly in Boolean toggles and immediately refreshes dependent steps and properties.+  - Connector installation: Adds an in-context prompt that users can copy into CoCo when installing a Gen2 connector.+  - Connector migration: Clarifies why a flow cannot be migrated and simplifies post-migration success feedback.+  - Preserves unsaved Parameter Context changes when navigating to an inherited Parameter Context.+- Connector migration: Records the source Gen1 process group when migration completes, enabling connector-scoped alerts to be migrated to the Gen2 connector.+- Runtime storage and recovery: Caps local-state write-ahead journals at 1 GB to limit disk growth and improve recovery under sustained updates.+- Applies auto-termination changes when a versioned-flow update disconnects a previously connected relationship.+- Validates versioned Parameter names and allows invalid Parameters to be removed.+- Corrects partition-rebalancing lifecycle handling.+- Reloads parameter-driven Connector method classpaths when parameters change.++<a id="label-runtime-extensions-2026-8-25-11"></a>++### Runtime Extensions 2026.8.25.11++- Kafka: Adds FlowFile grouping strategy support to Kafka consumption.+- Table Consolidation: Backfills a table's existing rows as soon as consolidation is enabled when that table has already reached incremental replication, instead of requiring a subsequent merge.+- CDC PostgreSQL: Fixes CTID snapshots for rows updated during the snapshot. Earlier versions could produce rows with duplicate primary keys under specific PostgreSQL storage conditions.+- CDC Databases: Preserves the earliest commit timestamp during journal compaction so end-to-end replication latency remains accurate.+- CDC PostgreSQL Gen2: Adds a Logical key configuration wizard step for declaring key columns on tables without a primary key or overriding the default key. Configured logical keys cause CDC updates to use MERGE instead of INSERT, preventing duplicate rows.+- MongoDB: Adds opt-in replication of change events larger than 16 MiB on MongoDB 6.0.9 and later. Amazon DocumentDB does not support this mode.+- CDC MySQL Gen2: Adds a Table key configuration wizard step for declaring key columns on tables without a primary key or overriding the default key. Configured logical keys cause CDC updates to use MERGE instead of INSERT, preventing duplicate rows.+- CDC PostgreSQL: Replicates incremental changes for tables and columns with non-ASCII names. Previously, the snapshot succeeded but subsequent inserts, updates, and deletes were silently omitted.+- Snowpipe Streaming: Removes the deprecated `PutSnowpipeStreaming2` processor in favor of `PublishSnowpipeStreaming`.+- CDC PostgreSQL: Prevents connector validation from hanging on the table schema step by removing publication-table validation from that flow-building path.+- CDC MySQL and CDC PostgreSQL: Resolves Execute As Role in every flow-building path, allowing connectors to start correctly after exiting troubleshooting mode.+- Table Consolidation: Groups consolidated rows by source schema and table, allowing the same logical table across tenant databases to be consolidated together while keeping different source schemas separate. This applies to the preview Table Consolidation feature.+- CDC MySQL: Adds an Error Handling Strategy for rows rejected by Snowflake. The default records rejected rows and continues valid-row replication; `Fail Table` stops that table on the first rejected row.+- CDC SQL Server: Retries table listing when SQL Server reports a transient deadlock instead of routing immediately to failure, preventing replication from stalling when connectors enumerate the same source databases concurrently.+- BigQuery: Preserves microsecond precision for TIMESTAMP values ingested by `FetchBigQueryStream` with a Record Writer instead of truncating them to milliseconds.+- CDC PostgreSQL: `SplitPostgreSQLTable` no longer reports an error when it starts against an older PostgreSQL database. If a table is actually split against an unsupported source, that FlowFile is routed to `invalid`. The processor requires PostgreSQL 13 or higher.+- Salesforce Bulk API: Uses a soft target of 500,000 records and subdivides dense query windows before job submission. Subdivision stops at a minimum 24-hour window, so the target is not a hard limit.+- Snowpipe Streaming: Processes a large change-data FlowFile separately when adding it to an existing batch would exceed the configured batch target.++<a id="label-connectors-2026-8-25-1"></a>++### Connectors 2026.8.25.1++- CDC MySQL 0.58.0: Removes a duplicated failure processor, adjusts queue backpressure, and adds destination primary-key metadata for source tables with real primary keys.+- Oracle Embedded License 0.46.0: Uses `CountTableRows` during snapshot planning and adds destination primary-key metadata for source tables with real primary keys.+- Oracle Embedded License Public Sector 0.45.0: Uses `CountTableRows` during snapshot planning and adds destination primary-key metadata for source tables with real primary keys.+- Oracle Independent License 0.45.0: Uses `CountTableRows` during snapshot planning and adds destination primary-key metadata for source tables with real primary keys.+- CDC PostgreSQL 0.64.0: Uses `CountTableRows` for CTID snapshot planning and adds destination primary-key metadata for source tables with real primary keys.+- CDC SQL Server CDC 0.49.0: Adds destination primary-key metadata for source tables with real primary keys.+- CDC SQL Server CT 0.51.0: Backfills tables that were already in incremental replication when Table Consolidation is enabled.+- Table Consolidation 0.2.0: Backfills tables that were already in incremental replication when consolidation is enabled.+ ## August 20, 2026  

SYS_CONTEXT (SNOWFLAKE$CURRENT namespace)

仕様変更改訂SQL Functions14行追加・2行削除

AGENT_TYPE プロパティが追加され、現在の実行コンテキストで有効なエージェントの種類(CORTEX_AGENTCORTEX_LITE_AGENTEXTERNAL_AGENT)を返せるようになりました。エージェントが有効でない場合は NULL を返し、QUERY_HISTORY の agent_type 列と同じ値を返します。 影響: エージェント経由のクエリかどうかや種類を SQL から判別でき、実行コンテキストの監査・分析に利用できます。

判定根拠: SQL 構文/コードブロックの増減 (+3/-0)

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/functions/sys_context_snowflake_current+++ bhttps://docs.snowflake.com/en/sql-reference/functions/sys_context_snowflake_current@@ -79,4 +79,5 @@ | Property             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |+| `AGENT_TYPE`         | Returns the type of agent that is active in the current execution context. Possible values: <br /> <br /> - `CORTEX_AGENT`: A persistent, named [Cortex Agent](/user-guide/snowflake-cortex/cortex-agents). <br /> - `CORTEX_LITE_AGENT`: A stateless, on-demand agent invoked through the [REST API](/developer-guide/snowflake-rest-api/cortex-lite-agent/cortex-lite-agent-introduction) or via a Snowflake CoCo client. <br /> - `EXTERNAL_AGENT`: An external agent using a [SERVICE_AGENT](/user-guide/admin-user-management#label-user-management-types) user type or a [custom OAuth integration](/user-guide/oauth-custom#configuring-agent-sessions) configured with `IS_AGENTIC = TRUE`. <br /> <br /> Returns NULL if no agent is active in the current execution context. This returns the same value as the `agent_type` column in [QUERY_HISTORY](/sql-reference/account-usage/query_history).                                                                                                                                               | | `IS_AGENT_ACTIVATED` | Returns `'TRUE'` if an agent is active in the current execution context; otherwise, returns `'FALSE'`. An agent is active when: <br /> <br /> - A Snowflake first-party agent is executing the query (a named [Cortex Agent](/user-guide/snowflake-cortex/cortex-agents), a stateless [lite agent](/developer-guide/snowflake-rest-api/cortex-lite-agent/cortex-lite-agent-introduction) invoked via the REST API or a Snowflake CoCo client, or a query through Snowflake CoWork) <br /> - An external agent connects through a managed MCP server <br /> - The session was opened by a [SERVICE_AGENT](/user-guide/admin-user-management#label-user-management-types) user <br /> - The session uses a [custom OAuth integration](/user-guide/oauth-custom#configuring-agent-sessions) configured with `IS_AGENTIC = TRUE` <br /> <br /> Use this property in masking policies and row access policies to restrict data access when an agent is running a query. For more details, see [IS_AGENT_ACTIVATED](/sql-reference/functions/is_agent_activated). | @@ -180,9 +181,20 @@ ## Examples -The following examples demonstrate how to check whether a role or database role is active in the current execution context:-+The following examples demonstrate how to retrieve agent properties and check role activation in the current execution context:++- [](#label-sys-context-snowflake-current-example-agent-type) - [](#label-sys-context-snowflake-current-example-role) - [](#label-sys-context-snowflake-current-example-db-role) +<a id="label-sys-context-snowflake-current-example-agent-type"></a>++### Retrieving the agent type in the current context++The following example returns the type of agent that is running the current query, or NULL if no agent is active:++```sql+SELECT SYS_CONTEXT('SNOWFLAKE$CURRENT', 'AGENT_TYPE');+```+ <a id="label-sys-context-snowflake-current-example-role"></a>  

CoCo CLI

仕様変更改訂Cortex Code10行追加・0行削除

インストール時に ~/.curlrc が原因で curl コマンドが失敗する場合の代替コマンドとして、curl -qLsS を使う方法が追加されました。-q~/.curlrc の読み込みを防ぎ、--verbose などのカスタム設定がインストールスクリプトに干渉するのを回避します。 影響: curl の出力をシェルへパイプしてインストールする際は、-q オプションを付けることで、ユーザー固有の ~/.curlrc 設定による失敗を防げます。

判定根拠: SQL 構文/コードブロックの増減 (+2/-0)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/cortex-code/cortex-code-cli+++ bhttps://docs.snowflake.com/en/user-guide/cortex-code/cortex-code-cli@@ -31,4 +31,14 @@ The `cortex` executable is installed in `~/.local/bin` by default. The installation script adds this directory to your PATH by modifying your shell profile.++If the curl command fails due to `~/.curlrc`, try the command below instead.++```shell+curl -qLsS https://ai.snowflake.com/static/cc-scripts/install.sh | sh+```++The `-q` flag prevents `curl` from reading your `~/.curlrc` file. If you have custom options in `.curlrc`+(such as `--verbose`), they can interfere with the installation script. Always include `-q` when piping+`curl` output to a shell.  ### Windows native 

内容の更新(25 件)

Tutorial: Getting started with Declarative Native Apps

内容更新改訂Developer Guide27行追加・27行削除

SnowCLI の表記を正式名称の Snowflake CLI に統一し、Windows の展開先を C:\temp\tutorial に修正しました。あわせて、英語の文法・句読点や表記上の誤りを訂正した体裁・明確性の改善で、機能や構文の変更はありません。 影響: 既存の手順や機能への影響はなく、Snowflake CLI の名称と Windows パスを正しく確認できるようになります。

変更内容: 本文を更新(27行追加・27行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/declarative-sharing/tutorials/getting-started+++ bhttps://docs.snowflake.com/en/developer-guide/declarative-sharing/tutorials/getting-started@@ -23,5 +23,5 @@  This tutorial takes Snowflake data providers through the process of creating, publishing, and accessing a %declarative-app%.-The tutorial uses [SnowCLI](/developer-guide/snowflake-cli/index) as well+The tutorial uses [Snowflake CLI](/developer-guide/snowflake-cli/index) as well as a provided workspace directory and a partially complete manifest file to create a %declarative-app-short%. @@ -51,9 +51,9 @@   If you are not familiar with YAML, see [https://yaml.org/spec/](https://yaml.org/spec/). -- You have installed the SnowCLI command-line interface.--  SnowCLI allows you to manage Snowflake objects and perform various tasks.--  For more information on SnowCLI installation, see the [](/developer-guide/snowflake-cli/installation/installation).+- You have installed the Snowflake CLI command-line interface.++  Snowflake CLI allows you to manage Snowflake objects and perform various tasks.++  For more information on Snowflake CLI installation, see the [](/developer-guide/snowflake-cli/installation/installation).  - You'll require access to two Snowflake accounts:@@ -61,5 +61,5 @@     This account should have the necessary privileges to create and manage Snowflake objects     such as databases, schemas, tables, and virtual warehouses.-  - **Consumer account**, A separate test account representing a consumer,+  - **Consumer account**, a separate test account representing a consumer,     used to test the %declarative-app-short% consumer experience.     This account should have the necessary privileges to install apps and access shared data.@@ -87,15 +87,15 @@    archive file, [tutorial-getting-started.zip](/static/samples/sa/tutorial-getting-started.zip)    and save the link/file to your local file system.-2. Unzip the sample files. The tutorial assumes you unpacked files in to the following directories:+2. Unzip the sample files. The tutorial assumes you unpacked files into the following directories:  <blockquote>  - Linux/macOS: `/tmp/tutorial`-- Windows: `C:temp\tutorial`--</blockquote>--For example to unzip the file on Linux/macOS, assuming they were downloaded to your-`Downloads` folder execute the following command:+- Windows: `C:\temp\tutorial`++</blockquote>++For example, to unzip the file on Linux/macOS, assuming they were downloaded to your+`Downloads` folder, execute the following command:  ```bash@@ -108,5 +108,5 @@ - A workspace directory (*app/workspace*) that contains the content shared by the %declarative-app-short%: a notebook (`.ipynb`) file and a readme. - A manifest file that contains the metadata for the %declarative-app-short%, which you will need to make minor modifications to during the tutorial.-- A sample configuration file for SnowCLI, which you can use to configure your Snowflake connection.+- A sample configuration file for Snowflake CLI, which you can use to configure your Snowflake connection.  ### Snowflake CLI configuration@@ -117,5 +117,5 @@ available in [](/developer-guide/snowflake-cli/installation/installation). -After SnowCLI is installed, you need to configure a connection to Snowflake in your+After Snowflake CLI is installed, you need to configure a connection to Snowflake in your [configuration file](#label-cli-config-locations). This tutorial uses `connections.toml`. `connections.toml` can be found in:@@ -124,5 +124,5 @@ - Windows: `%USERPROFILE%\.snowflake\connections.toml`. -For more information on configuring SnowCLI connections, see [](#label-snowcli-define-connections).+For more information on configuring Snowflake CLI connections, see [](#label-snowcli-define-connections).  To add and test a connection:@@ -163,5 +163,5 @@    ``` -8. Optionally, you can use the following to set the default connection for SnowCLI.+8. Optionally, you can use the following to set the default connection for Snowflake CLI.    Setting the default connection allows you to use the connection name without specifying it in every command.    ```snowcli@@ -173,5 +173,5 @@  The `tutorial_connection` connection is used throughout this tutorial to refer to the provider account.-The remainder of this tutorial assumes you have set this as the default connection for SnowCLI.+The remainder of this tutorial assumes you have set this as the default connection for Snowflake CLI.  When connecting to the consumer account, you will use %sf-web-interface%.@@ -182,5 +182,5 @@ ## Create Snowflake objects -During this step, you, as a provider, will use SnowCLI and create the required Snowflake objects.+During this step, you, as a provider, will use Snowflake CLI and create the required Snowflake objects.  - A database (`DB_TO_SHARE`)@@ -191,7 +191,7 @@ At the completion of this tutorial, you'll remove these objects. -Commands are shown at the command line using SnowCLI as well as in combination using files.--For example, the following command creates a database named `DB_TO_SHARE` using SnowCLI and the required connection.+Commands are shown at the command line using Snowflake CLI as well as in combination using files.++For example, the following command creates a database named `DB_TO_SHARE` using Snowflake CLI and the required connection.  <blockquote>@@ -205,5 +205,5 @@ </blockquote> -Assuming the same SQL command exists in a text file named `create_db.sql`, you can also run the command using SnowCLI as follows:+Assuming the same SQL command exists in a text file named `create_db.sql`, you can also run the command using Snowflake CLI as follows:  <blockquote>@@ -556,5 +556,5 @@  Use the provided `4.test-locally-app.sql` file which contains commands to examine the content of a %declarative-app-short%.-In addition the file, `4.test-only-app.sql`, contains commands to test the app but does not attempt to create an database+In addition, the file, `4.test-only-app.sql`, contains commands to test the app but does not attempt to create a database from the application package. @@ -638,5 +638,5 @@ - Can be easily used to expose databases, tables, views, and schemas. - Have a well-defined lifecycle.-- Can be accessed by consumers using [listings](/collaboration/collaboration-listings-about) or app.+- Can be accessed by consumers using [listings](/collaboration/collaboration-listings-about) or an app.  ### Cleanup (Optional)@@ -650,5 +650,5 @@ If the objects you created in this tutorial are no longer needed, you can remove them from the system using the following commands: -As the provider who originally created the objects, run the following commands using SnowCLI+As the provider who originally created the objects, run the following commands using Snowflake CLI  <blockquote> 

Openflow Connector for PostgreSQL Maintenance

内容更新改訂Loading & Unloading Data41行追加・11行削除

レプリケーションスロットが削除されるアップグレードでも、書き込みを完全停止できる場合はテーブルを再スナップショットせず、既存データを保持して増分レプリケーションのみ再開できる手順が追加されました。従来必要だった宛先テーブルの削除・改名は不要となり、Included Table Names または Included Table Regex を再設定すると、既存テーブルを保持したまま再スナップショットし、旧内容は <destination_table>_ARCHIVE_<timestamp> に保存されます。 影響: アップグレード中から全テーブルが増分レプリケーションに戻るまで DML・DDL を含む書き込みを停止できれば再スナップショットを回避できますが、期間中の変更は失われるため、停止できない場合は従来どおり再スナップショットが必要です。

変更内容: 本文を更新(41行追加・11行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/data-integration/openflow/connectors/postgres/maintenance+++ bhttps://docs.snowflake.com/en/user-guide/data-integration/openflow/connectors/postgres/maintenance@@ -291,5 +291,5 @@ - Require the PostgreSQL server to drop replication slots, including any used by the connector. - Cannot preserve or migrate replication slots to the new version. See also [](#label-postgres-upgrade-note).-- Require restarting replication of all tables from the snapshot phase.+- Require restarting replication of all tables from the snapshot phase, unless you can stop all writes to the source database for the duration of the upgrade. In that case, you can keep the replicated data and resume with incremental replication only. For more information, see [](#label-postgres-upgrade-incremental-only).  To perform a minor version upgrade, do the following:@@ -302,14 +302,44 @@  1. Remove all tables from replication in the connector by clearing the **Included Table Names** and **Included Table Regex** parameters.-2. Wait until all queues in the connector are empty.-3. Remove the destination tables by dropping or renaming them.-4. Stop the connector, including all Processors and Controller Services.-5. Open the **Incremental Load** group in the connector.-6. Right-click the top Processor in the group, **Read PostgreSQL CDC Stream**, and select **View state**.-7. Click **Clear state**.-8. Click **Close**.-9. Upgrade PostgreSQL.-10. Restart the connector. A new replication slot will be created.-11. Re-add all tables to begin replication.+2. Wait until all queues in the connector are empty, so that every captured change is merged into the destination tables.+3. Stop the connector, including all Processors and Controller Services.+4. Open the **Incremental Load** group in the connector.+5. Clear the state of the CDC processor:+   1. Open the **Incremental Load** group in the connector.+   2. Right-click the top Processor in the group, **Read PostgreSQL CDC Stream**, and select **View state**.+   3. Click **Clear state**.+   4. Click **Close**.+6. Upgrade PostgreSQL.+7. Restart the connector. A new replication slot will be created.+8. Re-add all tables to the **Included Table Names** or **Included Table Regex** parameters.++You don't need to drop or rename the destination tables before you re-add the tables. The connector re-snapshots each table in place, which preserves the destination table object along with dependent objects such as streams. Before it loads the fresh snapshot, the connector saves a copy of the previous contents in an archive table named `<destination_table>_ARCHIVE_<timestamp>`, which you can drop once you've confirmed that the re-snapshot completed. For more information, see [](#label-of-postgres-restart-table-replication).++<a id="label-postgres-upgrade-incremental-only"></a>++### Upgrade without re-snapshotting tables++When an upgrade drops the replication slot, you can avoid re-snapshotting every table if you can stop all writes to the source database while you upgrade. This applies to major version upgrades and to any upgrade to PostgreSQL 17.0 from version 16 or earlier. The connector keeps the data it already replicated and continues with incremental replication only.++No writes of any kind, whether DML or DDL, can reach the replicated database from the moment you stop the connector until all tables are back in incremental replication. The new replication slot starts at the current write-ahead log position, so any change made during that window is lost and there's no way to recover it without a new snapshot.++To upgrade without re-snapshotting tables, do the following:++1. Remove all tables from replication in the connector by clearing the **Included Table Names** and **Included Table Regex** parameters.+2. Wait until all queues in the connector are empty, so that every captured change is merged into the destination tables.+3. Stop the connector, including all Processors and Controller Services.+4. Stop all writes to the source database, and keep them stopped for the rest of this procedure.+5. Clear the state of the CDC processor:+   1. Open the **Incremental Load** group in the connector.+   2. Right-click the top Processor in the group, **Read PostgreSQL CDC Stream**, and select **View state**.+   3. Click **Clear state**.+   4. Click **Close**.+6. Upgrade PostgreSQL.+7. In the `PostgreSQL Ingestion Parameters` context, set the `Ingestion Type` parameter to `incremental`. For more information, see [](/user-guide/data-integration/openflow/connectors/postgres/incremental-replication).+8. Restart the connector. A new replication slot is created.+9. Re-add all tables to the **Included Table Names** or **Included Table Regex** parameters. The tables bypass the snapshot phase and replicate incrementally into the existing destination tables.+10. Confirm that every table reaches the status INCREMENTAL_REPLICATION in the **Table State Store** controller service. For instructions on viewing table state, see [](#label-of-postgres-check-table-replication-status).+11. Resume writes to the source database.+12. Set the `Ingestion Type` parameter back to `full`, so that tables you add later still get a snapshot.  <a id="label-postgres-upgrade-note"></a> 

Organization listing manifest reference

内容更新改訂User Guide17行追加・17行削除

主に文法・句読点・表記の修正に加え、data_dictionary example の見出しレベルを変更し、organization_targetorganization_targets に修正しました。また、YAML例のSQL末尾のセミコロンを削除し、data_attributes.refresh_rate の説明順序を変更しています。 影響: 機能やパラメータの追加・削除はなく、organization_targets の見出し修正と記述の明確化によって、ドキュメントの正確性・整合性が改善されます。

変更内容: 本文を更新(17行追加・17行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/collaboration/listings/organizational/org-listing-manifest-reference+++ bhttps://docs.snowflake.com/en/user-guide/collaboration/listings/organizational/org-listing-manifest-reference@@ -19,5 +19,5 @@  As a provider, you can use organizational listings to share data products securely within your organization.-A manifest, written in YAML ([https://yaml.org/spec/](https://yaml.org/spec/)) is required to create organization listings programmatically.+A manifest, written in YAML ([https://yaml.org/spec/](https://yaml.org/spec/)), is required to create organization listings programmatically. Use the information provided here to learn about the manifest format and its individual fields. @@ -33,5 +33,5 @@ - Required - Required for organizational listings. -The general format of a organization listing manifest is:+The general format of an organization listing manifest is:  ```yaml@@ -84,5 +84,5 @@ The **optional** `resources` field contains the following name value pairs: -- `resources.documentation` (String, required ): A fully qualified link to a page on your website with more detailed documentation for the listing.+- `resources.documentation` (String, required): A fully qualified link to a page on your website with more detailed documentation for the listing.   Must start with `http` or `https`. - `resources.media` (String, optional): A fully qualified link to an unlisted or public YouTube video for the listing.@@ -152,5 +152,5 @@ For more information see [](#label-listings-data-dictionaries). -### `data_dictionary` example+#### `data_dictionary` example  ```yaml@@ -186,5 +186,5 @@   - title: "Return all weather for the US"     description: "Example of how to select weather information for the United States"-    query: "select * from weather where country_code='USA'";+    query: "select * from weather where country_code='USA'" . . . ```@@ -198,5 +198,5 @@ - `data_attributes.refresh_rate` (required) -  One of the following: Specifies how often your data product is updated in Snowflake.+  Specifies how often your data product is updated in Snowflake. One of the following:    - CONTINUOUSLY@@ -330,5 +330,5 @@  **Required** when `access` isn't specified, but otherwise **optional**.-Defines who can discover the listing. When not present no accounts can discover the listing.+Defines who can discover the listing. When not present, no accounts can discover the listing.  </dd>@@ -342,5 +342,5 @@ </dl> -Both `discovery` and `access`, contain the same child fields.+Both `discovery` and `access` contain the same child fields.  Either:@@ -350,5 +350,5 @@ <dd> -When *true*, all internal accounts can find or access the listing. When *false* no accounts can find or access the listing.+When *true*, all internal accounts can find or access the listing. When *false*, no accounts can find or access the listing.  </dd>@@ -371,5 +371,5 @@ </blockquote> -### `organization_target` examples+### `organization_targets` examples  The following examples show various combinations of the `discovery` and `access` fields.@@ -488,5 +488,5 @@  - `ALL` - All regions can discover or access the listing.-- An array of regions names prefixed with *PUBLIC* which can discover or access the listing.+- An array of region names prefixed with *PUBLIC* which can discover or access the listing.   For example *access_regions: - name: PUBLIC.AWS_US_WEST_2*.   ```yaml@@ -500,5 +500,5 @@ For a complete list of regions, see [](/sql-reference/sql/show-regions). -## `auto_fulfillment`+### `auto_fulfillment`  Cross-Cloud Auto-fulfillment allows the data product associated with a listing@@ -523,10 +523,10 @@      If `refresh_type` is specified as `SUB_DATABASE_WITH_REFERENCE_USAGE`, do not include this setting.-    The refresh schedule for application packages must be defined at the account level and cannot specified at the listing level.+    The refresh schedule for application packages must be defined at the account level and cannot be specified at the listing level.      For more information see [](/collaboration/provider-listings-auto-fulfillment-set-refresh-interval).  - `USING CRON <expression>` - Defines the data product auto-fulfillment refresh schedule.-  The syntax for `USING CRON` and `REPLICATION SCHEDULE` are the same. See [](#label-create-replication-group-parameters).+  The syntax for `USING CRON` and `REPLICATION SCHEDULE` is the same. See [](#label-create-replication-group-parameters).  - `auto_fulfillment.refresh_type` (required when using `auto_fulfillment`): Must be one of -@@ -611,5 +611,5 @@ <a id="label-org-listing-manifest-resharing"></a> -## `resharing`+### `resharing`  The `resharing` field controls whether consumers of the listing can reshare the data product with other accounts.@@ -645,5 +645,5 @@ ``` -The following example enables resharing on a listing to only within consumer organization:+The following example enables resharing on a listing only within the consumer's organization:  ```yaml@@ -657,5 +657,5 @@ ``` -## `custom_attributes`+### `custom_attributes`  The `custom_attributes` field lets providers apply organization-defined custom attributes 

AI cost management and governance

内容更新改訂Snowflake Cortex (AI & ML)15行追加・5行削除

Per-user quotas の説明が追加され、個々のユーザーに月次・日次のクレジット上限を設定し、AI機能では上限到達時にアクセスを自動ブロック、サイクルリセット時に解除できることが示されました。Cortex Agents、Cortex AI Functions、Cortex Code CLI/Snowsight、Cortex Code Desktop、%sf-intelligence% に per-user quotas の対応が追加されました。 影響: AI機能をユーザー単位で制限・管理できるため、チーム単位の予算に加えて 個人別の利用上限 と自動アクセス制御を運用できるようになります。

変更内容: 本文を更新(15行追加・5行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/governance-and-availability/ai-cost-management-and-governance+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/governance-and-availability/ai-cost-management-and-governance@@ -258,4 +258,8 @@ A [shared resource budget](/user-guide/budgets/budget-shared-resources) lets you track and control credit consumption for AI features (such as AI Functions, Cortex Agents, Cortex Code, and %sf-intelligence%) broken down by the team or cost center consuming them. Instead of budgeting a resource that belongs to a single owner or with a single budget, this budget tracks AI features that are used by specific users. Those users are identified with tags, so you can group them into logical units like a cost center or team. For example, if both an engineering team and a finance team call the same AI function, you can set up separate budgets that each track only the credits consumed by their respective tagged users, even though both teams are using the same underlying AI feature. +### Per-user quotas for AI features++[Per-user quotas](/user-guide/budgets/per-user-quotas) let you set monthly and daily credit limits for individual users. Quotas can cover warehouse compute and AI domains, including AI Functions, Cortex Agents, Cortex Code, and %sf-intelligence%. For AI features, you can configure a quota to automatically block AI access for users who reach their limit and release the block when the cycle resets.+ ### Budget capability by feature @@ -275,21 +279,25 @@     <tr>       <td>Cortex Agents</td>-      <td>[Resource budgets](/user-guide/snowflake-cortex/cortex-agents-resource-budgets), [shared resource budgets](/user-guide/budgets/budget-shared-resources)</td>+      <td>[Resource budgets](/user-guide/snowflake-cortex/cortex-agents-resource-budgets), [shared resource budgets](/user-guide/budgets/budget-shared-resources), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>     </tr>     <tr>       <td>Cortex AI Functions</td>-      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources)</td>+      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>     </tr>     <tr>       <td>Cortex Code CLI (Consumption)</td>-      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [daily credit usage limits](/user-guide/cortex-code/credit-usage-limit)</td>+      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [daily credit usage limits](/user-guide/cortex-code/credit-usage-limit), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>     </tr>     <tr>       <td>Cortex Code in Snowsight</td>-      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [daily credit usage limits](/user-guide/cortex-code/credit-usage-limit)</td>+      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [daily credit usage limits](/user-guide/cortex-code/credit-usage-limit), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>+    </tr>+    <tr>+      <td>Cortex Code Desktop</td>+      <td>[Shared resource budgets](/user-guide/budgets/budget-shared-resources), [daily credit usage limits](/user-guide/cortex-code/credit-usage-limit), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>     </tr>     <tr>       <td>%sf-intelligence%</td>-      <td>[Resource budgets](/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets), [shared resource budgets](/user-guide/budgets/budget-shared-resources)</td>+      <td>[Resource budgets](/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets), [shared resource budgets](/user-guide/budgets/budget-shared-resources), [per-user quotas](/user-guide/budgets/per-user-quotas)</td>     </tr>     <tr>@@ -308,2 +316,4 @@ Budget evaluation and enforcement are calculated periodically rather than instantaneously. After a budget threshold is exceeded, actions can take up to eight hours to take effect under normal operation, or up to two hours when using the latency-optimized option. Budgets are useful for ongoing spend management and policy enforcement, while still being part of a broader cost governance strategy that may also include usage monitoring and internal operational review.++Per-user quota evaluation occurs within minutes. When block enforcement is enabled, Snowflake can automatically deny further AI requests for users who reach their limit. See [Per-user quotas](/user-guide/budgets/per-user-quotas). 

Monitoring and Observability

内容更新改訂Snowflake ML10行追加・9行削除

Online Serving のフィルターが Feature Group から Scope に変更され、Feature Store全体・特定のfeature group・feature view単位でメトリクスを絞り込めるようになりました。あわせて、グラフの説明がServer-side LatenciesやAPI Requests countなど、実際の指標名・単位に合わせて更新されています。 影響: feature view単位の監視が可能になり、オンライン提供やストリーム取り込みのリクエスト数・レイテンシをより具体的なスコープで確認できます。

変更内容: 本文を更新(10行追加・9行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-ml/feature-store/monitoring+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-ml/feature-store/monitoring@@ -168,5 +168,5 @@ This tab is only shown when online serving is enabled for at least one feature view in the feature store. -![The Online Serving tab. Three time-series charts are stacked: Total Request count over time, Errors as a percentage, and Latency in milliseconds with p50, p90, and p99 lines. A Feature Group selector dropdown, time range picker, and warehouse selector appear at the top.](/static/images/screens/snowsight-feature-store-online-serving.png)+![The Online Serving tab. Three time-series charts are stacked: Total Request count over time, Errors as a percentage, and Server-side Latencies in milliseconds with p50, p90, and p99 lines. A Scope selector dropdown, time range picker, and warehouse selector appear at the top.](/static/images/screens/snowsight-feature-store-online-serving.png)  <a id="label-fs-monitoring-online-serving-charts"></a>@@ -176,6 +176,5 @@ **Total Request** -The total number of online feature retrieval requests over the selected time window, across all feature groups or for-the selected feature group.+The total number of online feature retrieval requests over the selected time window, across all scopes or for the selected feature group or feature view.  **Errors (%)**@@ -190,9 +189,11 @@ <a id="label-fs-monitoring-filter-feature-group"></a> -### Filter by feature group--Use the **Feature Group** selector at the top of the tab to filter all charts to a specific [feature group](/developer-guide/snowflake-ml/feature-store/feature-groups). Feature-groups are shown in `name$version` format, for example `user_features$v1`. Select **All** to view aggregate metrics-across all feature groups in the feature store.+### Filter by scope++Use the **Scope** selector at the top of the tab to filter all charts. You can view aggregate metrics for the entire feature store or narrow the view to a specific [feature group](/developer-guide/snowflake-ml/feature-store/feature-groups) or feature view:++- **All**: Aggregate metrics across all feature groups and feature views in the feature store.+- **Feature group**: Filter to a specific feature group shown in `name$version` format, for example `user_features$v1`.+- **Feature view**: Filter to a specific feature view shown in `name$version` format.  The Online Serving tab reflects telemetry from the Postgres-backed Online Feature Store. Feature views backed by hybrid@@ -209,5 +210,5 @@ This tab is only shown when at least one stream feature view exists in the feature store. -![The Stream Ingest tab showing four time-series charts: Ingest API responses per second, Ingest API responses by HTTP code, Ingest API latency with p50, p90, p95, and p99 lines, and Concurrency showing concurrent request volume over time.](/static/images/screens/snowsight-feature-store-stream-ingest.png)+![The Stream Ingest tab showing four time-series charts: API Requests count over time, API Requests by HTTP Code count, API Latency in milliseconds with p50, p90, and p99 lines, and Concurrency in requests per node over time.](/static/images/screens/snowsight-feature-store-stream-ingest.png)  <a id="label-fs-monitoring-stream-ingest-charts"></a> 

Add a compute pool to an app with containers

内容更新改訂Native Apps Framework6行追加・6行削除

変更内容は機能追加や構文変更ではなく、文法・表現の修正です。冒頭の表現、compute pool に関する主語・冠詞、uses_gpu の説明における大文字表記、CREATE COMPUTE POOL privilege の単複、CASCADE なしでの削除失敗に関する文を読みやすく修正しています。 影響: 実務上の動作や設定方法への影響はありません

変更内容: 本文を更新(6行追加・6行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/native-apps/container-compute-pool+++ bhttps://docs.snowflake.com/en/developer-guide/native-apps/container-compute-pool@@ -18,5 +18,5 @@ - [](/developer-guide/native-apps/native-apps-about) -The topic describes how to use compute pools in a %na-spcs-plural%.+This topic describes how to use compute pools in a %na-spcs-plural%.  ## About compute pools in apps with containers@@ -24,5 +24,5 @@ A [compute pool](/developer-guide/snowpark-container-services/working-with-compute-pool) is a collection of one or more virtual machine (VM) nodes on which Snowflake runs Snowpark Container Services.-Apps with containers uses a compute pool in the consumer account to manage the container images required by+Apps with containers use a compute pool in the consumer account to manage the container images required by the app. @@ -42,5 +42,5 @@ ## Best practices for using compute pools in an app with containers -Providers should consider the following best practices when creating compute pools a consumer account:+Providers should consider the following best practices when creating compute pools in a consumer account:  - Compute pools have cost implications. It is important to set values for the `min_nodes`,@@ -85,5 +85,5 @@ ## Set the `uses_gpu` property in the manifest file -If an app with containers specifies a GPU as the instance family for the Compute Pool, providers+If an app with containers specifies a GPU as the instance family for the compute pool, providers must set the `uses_gpu` flag to `true` in the manifest. The following example shows how to set this flag in the `artifacts` block:@@ -118,5 +118,5 @@ ### Request the CREATE COMPUTE POOL privilege -An app can request the CREATE COMPUTE POOL privileges from a consumer. This privilege allows the app+An app can request the CREATE COMPUTE POOL privilege from a consumer. This privilege allows the app to create a compute pool in the consumer account. See [Request global privileges from consumers](/developer-guide/native-apps/requesting-privs)@@ -219,5 +219,5 @@  To drop an app with containers that creates a compute pool or warehouse, the-consumer must use the `CASCADE` option to drop the app-owned resources. Attempt to drop+consumer must use the `CASCADE` option to drop the app-owned resources. An attempt to drop without the cascade option will fail.  

CREATE DYNAMIC TABLE

内容更新改訂SQL Commands0行追加・12行削除

ADAPTIVE の説明から、Preview Feature — Open および「Available to all accounts.」というプレビュー機能表示が削除されました。ADAPTIVE の動作や構文自体の変更は、diff からは詳細不明です。 影響: 実務上は、ADAPTIVE のプレビュー状態に関する表示がなくなった点以外の影響は、diff からは詳細不明です。

変更内容: 本文を更新(0行追加・12行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table+++ bhttps://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table@@ -475,16 +475,4 @@ <dt>`ADAPTIVE`</dt> <dd>--<div className="previewfeat sidebar">--<div className="sidebar-title">--%logo-snowflake-black% [Preview Feature](/release-notes/preview-features) — Open--</div>--Available to all accounts.--</div>  Uses incremental refresh by default but automatically reinitializes the dynamic table when internal heuristics 

Create an organizational listing

内容更新改訂User Guide4行追加・4行削除

機能・パラメータ・構文の追加や削除はありません。権限表の句読点追加と CREATE databaseCREATE DATABASE への表記統一、説明文の typo 修正(additionadditional)、yamlYAML への表記統一が行われました。 影響: 実務上の動作や設定への影響はなく、文書の正確性と表記一貫性が改善されます。

変更内容: 本文を更新(4行追加・4行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/collaboration/listings/organizational/org-listing-create+++ bhttps://docs.snowflake.com/en/user-guide/collaboration/listings/organizational/org-listing-create@@ -90,5 +90,5 @@ | Privilege                             | Object   | Notes                                              | | ------------------------------------- | -------- | -------------------------------------------------- |-| CREATE SHARE                          | ACCOUNT  | To *CREATE* a share                                |+| CREATE SHARE                          | ACCOUNT  | To *CREATE* a share.                               | | OWNERSHIP or USAGE with grants option | DATABASE | To see and *USE* the specified database.           | | OWNERSHIP or USAGE with grants option | SCHEMA   | To see the specified schema.                       |@@ -156,5 +156,5 @@ | --------------------------- | ------- | --------------------------------------------------- | | IMPORT ORGANIZATION LISTING | ACCOUNT | To import an organizational listing.                |-| CREATE database             | ACCOUNT | To create a database and mount the listing objects. |+| CREATE DATABASE             | ACCOUNT | To create a database and mount the listing objects. |  </div>@@ -292,5 +292,5 @@ 1. Complete the listing. -   Enter addition information about listing page to guide consumers,+   Enter additional information about the listing page to guide consumers,    such as the following. For more information about these fields, see [](/collaboration/provider-listings-reference). @@ -311,5 +311,5 @@ Create an organizational listing from the share with the required attributes included in YAML (entered in $$ delimiters). -This part of the manifest yaml specifies the accounts that will be able to use the organizational listing:+This part of the manifest YAML specifies the accounts that will be able to use the organizational listing:  ```yaml 

Install a Declarative Native App

内容更新改訂Developer Guide4行追加・4行削除

変更はすべて英文の文法・表記修正です。権限や構文、機能の追加・削除はなく、「commands」から「command」への修正、アプリ名のコロン削除、... TO ROLE の表記統一が行われました。 影響: 実務上の動作や必要な権限には影響せず、ドキュメントの可読性・正確性のみが改善されます。

変更内容: 本文を更新(4行追加・4行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/declarative-sharing/consumer/install+++ bhttps://docs.snowflake.com/en/developer-guide/declarative-sharing/consumer/install@@ -34,5 +34,5 @@ ## Prerequisites -To install a %declarative-app-short%, you must have a Snowflake account, and a role with either of the following privileges:+To install a %declarative-app-short%, you must have a Snowflake account and a role with either of the following:  - The **ACCOUNTADMIN** role@@ -45,5 +45,5 @@ An ACCOUNTADMIN can allow members of the organization to install %declarative-app-short-plural% by granting privileges to the member's role,-using the [GRANT privileges TO ROLE](/sql-reference/sql/grant-privilege) commands:+using the [GRANT privileges TO ROLE](/sql-reference/sql/grant-privilege) command:  ```sqlsyntax@@ -115,5 +115,5 @@ App owners can share access to all of the data and features in an app with the command: [GRANT IMPORTED PRIVILEGES ON APPLICATION](/sql-reference/sql/grant-privilege). -In this example, an app owner imports privileges for the application: `marketing_data_app` to the `team_admin_role` organizational role:+In this example, an app owner imports privileges for the application `marketing_data_app` to the `team_admin_role` organizational role:  ```sql@@ -137,5 +137,5 @@    The command lists the available app roles. If the app has no app roles, the command returns an empty result set. -2. Grant app roles to teams by their organization roles with the command: [GRANT APPLICATION ROLE ...TO ROLE](/sql-reference/sql/grant-application-role) command.+2. Grant app roles to teams by their organization roles with the command: [GRANT APPLICATION ROLE ... TO ROLE](/sql-reference/sql/grant-application-role).    ```sql    GRANT APPLICATION ROLE marketing_data_app.sales TO ROLE sales_team_west; 

Preview features

内容更新改訂Release Notes7行追加・0行削除

Remote Development with the %sf-vscext% が Preview features に追加され、ステータスは Open、適用時期は 2026年8月 と記載されました。Visual Studio Code、Cursor、Cortex Code Desktop から Snowflake 管理コンピュート上のリモート開発環境に接続し、ノートブック、SQL、スクリプト、ターミナル、Cortex Code を実行できる機能です。 影響: 対応クライアントから Snowflake 管理コンピュートを利用した開発・実行が可能になる見込みですが、diff からは詳細不明です。

変更内容: 本文を更新(7行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/release-notes/preview-features+++ bhttps://docs.snowflake.com/en/release-notes/preview-features@@ -78,4 +78,11 @@   </thead>   <tbody>+    <tr>+      <td>Remote Development with the %sf-vscext%</td>+      <td>Open</td>+      <td>August 2026</td>+      <td>[](/user-guide/vscode-ext-remote-development)</td>+      <td>Connect to a Snowflake-backed remote development environment from Visual Studio Code, Cursor, or Cortex Code Desktop to run notebooks, SQL, scripts, terminals, and Cortex Code on Snowflake-managed compute.</td>+    </tr>     <tr>       <td>Request Access in Workspaces</td> 

Runtime environments for Streamlit apps

内容更新改訂Streamlit in Snowflake6行追加・1行削除

SYSTEM_COMPUTE_POOL_CPU を選択した Streamlit アプリでは、コンピュートプールの 1 ノードあたり 3 アプリを実行する仕様が追加されました。それ以外のコンピュートプールでは、従来どおり各アプリが 1 ノード全体を使用します。 影響: SYSTEM_COMPUTE_POOL_CPU の利用時は、1 ノードで複数アプリを稼働できるため、コンピュートプールのリソース効率や必要ノード数に影響します。

変更内容: 本文を更新(6行追加・1行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/streamlit/app-development/runtime-environments+++ bhttps://docs.snowflake.com/en/developer-guide/streamlit/app-development/runtime-environments@@ -161,5 +161,10 @@  When you use a container runtime, you must select a compute pool to run the Streamlit app.-Each Streamlit app runs on a single compute pool node; a Streamlit app takes an entire node.++When you select `SYSTEM_COMPUTE_POOL_CPU` as the compute pool for your+Streamlit app, Snowflake runs three apps per compute pool node.+Otherwise, each Streamlit app runs on a single compute pool node; a Streamlit+app takes an entire node.+ The size of the compute pool node affects the performance of the app. Larger node sizes can be used if your app requires more memory. However, because Streamlit runs as a single process, 

snow dcm describe

内容更新改訂Snowflake CLI3行追加・3行削除

本文の英文表現が修正され、DCM Project の識別子説明で –target が正しい --target に訂正されました。また、--format の選択肢区切りが % から | に修正され、構文表記が明確化されています。 影響: 主に 構文表記と誤記の修正であり、diff からは機能追加・削除や実際の動作変更は読み取れません。

変更内容: 本文を更新(3行追加・3行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/describe+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/describe@@ -6,5 +6,5 @@ - [](/user-guide/dcm-projects/dcm-projects-overview) -Provides description of a DCM Project.+Provides a description of a DCM Project.  ## Syntax@@ -59,5 +59,5 @@ <dd> -Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *–target* or *default_target* is defined in the manifest.+Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *--target* or *default_target* is defined in the manifest.  </dd>@@ -259,5 +259,5 @@  </dd>-<dt>`--format [TABLE%JSON%JSON_EXT|CSV]`</dt>+<dt>`--format [TABLE|JSON|JSON_EXT|CSV]`</dt> <dd>  

snow dcm test

内容更新改訂Snowflake CLI3行追加・3行削除

説明文の冠詞や表記が整理され、DCM プロジェクトの説明が「a DCM project」に統一されました。また、オプション表記が --target に、--format の選択肢区切りが TABLE|JSON|JSON_EXT|CSV に修正されました。 影響: 機能追加や削除はなく、コマンド例および構文の正確性・可読性が向上します。

変更内容: 本文を更新(3行追加・3行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/test+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/test@@ -9,5 +9,5 @@ Available to all accounts. -Tests all expectations defined in DCM project. It applies only to deployed objects.+Tests all expectations defined in the DCM project. It applies only to deployed objects.  ## Syntax@@ -63,5 +63,5 @@ <dd> -Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *–target* or *default_target* is defined in the manifest.+Identifier of the DCM project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *--target* or *default_target* is defined in the manifest.  </dd>@@ -269,5 +269,5 @@  </dd>-<dt>`--format [TABLE%JSON%JSON_EXT|CSV]`</dt>+<dt>`--format [TABLE|JSON|JSON_EXT|CSV]`</dt> <dd>  

Writing a UDTF in Python

内容更新改訂Developer Guide0行追加・6行削除

Python 3.14 の記載は維持されたまま、「Preview versions:」という区分見出しが削除されました。これにより、3.14 がプレビュー版として表示されなくなりましたが、diff からは正式サポートへの変更かどうかは詳細不明です。 影響: 3.14 の扱いを確認する際、ページ上のプレビュー表示だけでは判断できなくなります。

変更内容: 本文を更新(0行追加・6行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-tabular-functions+++ bhttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-tabular-functions@@ -46,7 +46,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14 @@ -583,7 +580,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Compute setup for Snowflake Notebooks in Workspaces

内容更新改訂Snowsight UI3行追加・3行削除

サービス保守による中断条件の表現が「作成から7日後」に明確化されました。また、見出しの大文字表記を調整し、マルチノード分散トレーニングの案内文とリンク表記を修正しました。機能やパラメータの追加・削除はありません。 影響: 実質的な動作変更はなく、文言・見出し・内部リンクの体裁変更です。

変更内容: 本文を更新(3行追加・3行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/ui-snowsight/notebooks-in-workspaces/notebooks-in-workspaces-compute-setup+++ bhttps://docs.snowflake.com/en/user-guide/ui-snowsight/notebooks-in-workspaces/notebooks-in-workspaces-compute-setup@@ -226,10 +226,10 @@  After a notebook service enters the `RUNNING` state (whether newly created or resumed after being in `SUSPENDED` state), it is guaranteed-not to be disrupted for seven calendar days (168 hours) due to service maintenance. After seven days of creation, the service may be suspended for mandatory+not to be disrupted for seven calendar days (168 hours) due to service maintenance. Seven days after creation, the service may be suspended for mandatory maintenance. -## Multi-node Distributed Training Support (with Snowflake Container Runtime 2.3 or above)+## Multi-node distributed training support (with Snowflake Container Runtime 2.3 or above)  This notebook is optimized for Snowflake Container Runtime 2.3 or above, which introduces support for multi-node clusters. This allows you to scale your ML workloads (like PyTorch, XGBoost, and LightGBM) across multiple nodes for faster training. -Use the doc link to get more information on running ML workloads on multi-node clusters, refer to ths documentation: [https://docs.snowflake.com/en/developer-guide/snowflake-ml/container-runtime-multi-node](https://docs.snowflake.com/en/developer-guide/snowflake-ml/container-runtime-multi-node)+For more information on running ML workloads on multi-node clusters, see [](/developer-guide/snowflake-ml/container-runtime-multi-node). 

snow dcm drop-deployment

内容更新改訂Snowflake CLI3行追加・3行削除

--target の表記を正しい長いオプション名に修正し、例示の “e.g.” を “for example” に変更しました。また、--format の選択肢区切りを % から | に修正しました。いずれも機能追加ではなく、表記・構文の体裁修正です。 影響: 利用者は --format [TABLE|JSON|JSON_EXT|CSV] と正しく認識でき、--target のドキュメント表記も明確になりますが、diff からは実際のCLI動作変更の有無は詳細不明です。

変更内容: 本文を更新(3行追加・3行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/drop-deployment+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/drop-deployment@@ -61,5 +61,5 @@ <dd> -Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *–target* or *default_target* is defined in the manifest.+Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *--target* or *default_target* is defined in the manifest.  </dd>@@ -72,5 +72,5 @@ <dd> -Name or alias of the deployment to drop. For names containing '$', use single quotes to prevent shell expansion (e.g., 'DEPLOYMENT$1'). If both the deployment name and the alias match two different deployments, the deployment name match has higher precedence.+Name or alias of the deployment to drop. For names containing '$', use single quotes to prevent shell expansion (for example, 'DEPLOYMENT$1'). If both the deployment name and the alias match two different deployments, the deployment name match has higher precedence.  </dd>@@ -273,5 +273,5 @@  </dd>-<dt>`--format [TABLE%JSON%JSON_EXT|CSV]`</dt>+<dt>`--format [TABLE|JSON|JSON_EXT|CSV]`</dt> <dd>  

Managing costs for Streamlit in Snowflake

内容更新改訂Streamlit in Snowflake4行追加・1行削除

SYSTEM_COMPUTE_POOL_CPU でアプリを実行する場合、Snowflake はコンピュートプールの各ノードで 3 つの Streamlit アプリを実行するよう説明が追加されました。それ以外の場合は、従来どおり 1 ノードにつき 1 アプリがノード全体を使用します。 影響: SYSTEM_COMPUTE_POOL_CPU を使用する構成では、ノードあたりのアプリ収容数が増え、リソース設計に影響します。

変更内容: 本文を更新(4行追加・1行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/streamlit/object-management/billing+++ bhttps://docs.snowflake.com/en/developer-guide/streamlit/object-management/billing@@ -41,5 +41,8 @@ service. The Streamlit server runs continuously on a node of the compute pool, allowing viewers to quickly access the app. Concurrent viewers connect to a single Streamlit-server. Only a single app can run on a node in the compute pool; a Streamlit app+server.++When an app runs on `SYSTEM_COMPUTE_POOL_CPU`, Snowflake runs three Streamlit apps per+compute pool node. Otherwise, a single app can run on a node in the compute pool; a Streamlit app takes an entire node.  

Installation, onboarding, and authentication

内容更新改訂Cortex Code5行追加・0行削除

Windows 向けに、User installer(推奨)System installerの2種類があること、およびそれぞれのインストール対象・管理者権限要件・自動更新やIT管理用途が追記されました。 影響: User installerは管理者権限なしで現ユーザーのみ利用でき自動更新にも対応し、全ユーザー向けや管理端末への展開ではSystem installerを選ぶ判断材料になります。

変更内容: 本文を更新(5行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/cortex-code/cortex-code-desktop/onboarding-and-authentication+++ bhttps://docs.snowflake.com/en/user-guide/cortex-code/cortex-code-desktop/onboarding-and-authentication@@ -7,4 +7,9 @@  **[Download the latest version](https://www.snowflake.com/en/product/snowflake-coco/downloads/)**. Available for macOS and Windows.++**Windows installer choice:** The downloads page offers two Windows installer types:++- **User installer (recommended)**: Installs CoCo Desktop for the current user only. Doesn't require administrator rights and supports automatic updates without needing elevated permissions.+- **System installer**: Installs for all users on the machine. Requires administrator rights and is intended for IT-managed deployments to managed workstations or when you want a machine-wide install.  Before you sign in, confirm your Snowflake role has the required database roles: 

Resource budgets for Snowflake CoWork

内容更新改訂Snowflake Cortex (AI & ML)4行追加・0行削除

Resource budgets が %sf-intelligence% オブジェクト に適用されることを明記し、ユーザーごとに月次・日次のクレジット上限を設定する場合は per-user quotas を使うよう案内を追加しました。関連ページとして per-user quotas と shared budgets へのリンクも追加されています。 影響: サービス全体の上限とユーザー単位の上限を使い分ける際に、per-user quotas への移行先を確認できるようになります。

変更内容: 本文を更新(4行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets@@ -4,5 +4,7 @@  - [](/user-guide/budgets)+- [](/user-guide/budgets/per-user-quotas) - [](/user-guide/snowflake-cortex/snowflake-cowork)+- [](/user-guide/snowflake-cortex/snowflake-cowork/cowork-shared-budgets) - [](/user-guide/object-tagging/introduction) @@ -11,4 +13,6 @@ exceeds your configured limits. Resource budgets give you control over the credits consumed at an aggregated level by the entire %sf-intelligence% service.++Resource budgets apply to the %sf-intelligence% object. To set the same monthly or daily credit limit for each user, and optionally block users who reach that limit on %sf-intelligence% and other AI domains, use [per-user quotas](/user-guide/budgets/per-user-quotas).  ## How resource budgets work 

Cortex Agents shared resource budgets

内容更新改訂Snowflake Cortex (AI & ML)4行追加・0行削除

per-user quotas と Cortex Agents のリソース予算ページへのリンクが追加されました。また、共有リソースレベル予算は特定エージェント上のタグ付きユーザー समूहに適用される一方、Cortex Agents を含む複数の AI ドメインでユーザーごとに月次・日次のクレジット上限を設定し、到達時にブロックする場合は per-user quotas を使うことが明記されました。 影響: 共有予算と per-user quotas の適用範囲・用途の違いが明確になり、ユーザー単位の横断的な上限設定が必要な場合の選択肢を判断しやすくなります。

変更内容: 本文を更新(4行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-shared-budgets+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-shared-budgets@@ -3,5 +3,7 @@ - [](/user-guide/snowflake-cortex/cortex-agents) - [](/user-guide/snowflake-cortex/cortex-agents-manage)+- [](/user-guide/snowflake-cortex/cortex-agents-resource-budgets) - [](/user-guide/budgets/budget-shared-resources)+- [](/user-guide/budgets/per-user-quotas)  A shared resource-level budget lets you set a credit spending limit for a subset of users on a %cortex-agent%@@ -16,4 +18,6 @@ subject to multiple budgets, each budget is evaluated independently and the user is stopped by whichever threshold is reached first.++Shared resource-level budgets set a spending limit for a tagged group of users on a specific agent. To apply the same monthly or daily credit limit to each user, across Cortex Agents and other AI domains, and optionally block users who reach that limit, use [per-user quotas](/user-guide/budgets/per-user-quotas).  ## How shared resource-level budgets work 

Overview of Snowflake CoWork

内容更新改訂Snowflake Cortex (AI & ML)4行追加・0行削除

「Cost considerations」セクションが追加され、resource budgets により %sf-intelligence% オブジェクトの支出監視と閾値超過時の対応が可能であることを案内しています。また、per-user quotas によりユーザー単位で日次・月次のクレジット上限を設定し、AI クォータ到達時にユーザーをブロックできる旨が追加されました。 影響: resource budgetsper-user quotas を使い分けることで、オブジェクト単位およびユーザー単位の Snowflake Cortex 利用コストを管理できます。

変更内容: 本文を更新(4行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork@@ -159,4 +159,8 @@    the final answer, including summaries, tables, or charts, in the %sf-intelligence% UI. +## Cost considerations++To monitor spend for a %sf-intelligence% object and act when that spend crosses a threshold, use [resource budgets](/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets). To enforce monthly or daily credit limits for individual users, and optionally block users who reach their AI quota, use [per-user quotas](/user-guide/budgets/per-user-quotas).+ ## Legal notices  

Resource budgets for Cortex Agents

内容更新改訂Snowflake Cortex (AI & ML)4行追加・0行削除

Resource budgets の適用対象が Cortex Agent オブジェクトであることを明記し、ユーザーごとに月次・日次のクレジット上限を設定して到達時にブロックする場合は per-user quotas を利用する案内を追加しました。関連リンクとして per-user quotas と shared budgets も追加されています。 影響: Agent 単位の予算とユーザー単位の上限を使い分ける必要があることが明確になりました。

変更内容: 本文を更新(4行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-resource-budgets+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-resource-budgets@@ -4,5 +4,7 @@  - [](/user-guide/budgets)+- [](/user-guide/budgets/per-user-quotas) - [](/user-guide/snowflake-cortex/cortex-agents)+- [](/user-guide/snowflake-cortex/cortex-agents-shared-budgets) - [](/user-guide/object-tagging/introduction) @@ -10,4 +12,6 @@ to control costs for Cortex Agents and take automated actions such as revoking access when spending exceeds your configured limits. Resource budgets give you control over the credits consumed at an aggregated level for that specific Agent.++Resource budgets apply to the Cortex Agent object. To set the same monthly or daily credit limit for each user, and optionally block users who reach that limit on Cortex Agents and other AI domains, use [per-user quotas](/user-guide/budgets/per-user-quotas).  ## How resource budgets work 

Configurations and examples for Snowpipe Streaming classic architecture

内容更新改訂User Guide2行追加・2行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 本文を更新(2行追加・2行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowpipe-streaming/snowpipe-streaming-classic-configuration+++ bhttps://docs.snowflake.com/en/user-guide/snowpipe-streaming/snowpipe-streaming-classic-configuration@@ -28,5 +28,5 @@     You can provide an unencrypted key, or you can provide an encrypted key and provide the `snowflake.private.key.passphrase` parameter to enable Snowflake to decrypt the key. Use this parameter *if and only if* the `snowflake.private.key` parameter value is encrypted. -- `OAuth` : Snowflake OAuth. This option is only available with Snowflake Ingest SDK versions 2.0.3 and later. Configure the following parameters for Snowflake OAuth in the `profile.json` file:+- `OAuth` : Snowflake OAuth. This option is only available with the Java Snowflake Ingest SDK (versions 2.0.3 and later). Configure the following parameters for Snowflake OAuth in the `profile.json` file:    - `oauth_client_id` : The client ID of the OAuth integration.@@ -88,5 +88,5 @@ ### Using Snowflake OAuth -With Snowflake Ingest SDK versions 2.0.3 and later, or Snowflake Connector for Kafka versions 2.1.2 and later, you can use Snowflake OAuth as an authorization method.+With the Java Snowflake Ingest SDK (versions 2.0.3 and later) or Snowflake Connector for Kafka (versions 2.1.2 and later), you can use Snowflake OAuth as an authorization method.  Follow [the workflow](/user-guide/oauth-custom) to create a Snowflake OAuth integration and to call OAuth endpoints to request authorization codes and refresh access tokens. The response of token requests contains `oauth_refresh_token`. After a Snowflake OAuth integration is created, run the [](/sql-reference/functions/system_show_oauth_client_secrets) function to obtain `oauth_client_id` and `oauth_client_secret`. 

Per-user quotas

内容更新改訂User Guide4行追加・0行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 本文を更新(4行追加・0行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/budgets/per-user-quotas+++ bhttps://docs.snowflake.com/en/user-guide/budgets/per-user-quotas@@ -4,4 +4,8 @@ - [](/user-guide/budgets/custom-budget) - [](/user-guide/cost-access-control)+- [](/user-guide/snowflake-cortex/cortex-agents)+- [](/user-guide/snowflake-cortex/cortex-agents-resource-budgets)+- [](/user-guide/snowflake-cortex/snowflake-cowork)+- [](/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets)  Per-user quotas let you enforce spending limits at a per-user granularity, preventing individual 

CREATE INTERACTIVE WAREHOUSE

内容更新改訂SQL Commands3行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 本文を更新(3行追加・1行削除)

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/sql/create-interactive-warehouse+++ bhttps://docs.snowflake.com/en/sql-reference/sql/create-interactive-warehouse@@ -276,5 +276,7 @@ Specifies the time, in seconds, after which a running SQL statement is canceled. Interactive warehouses have a maximum timeout interval of five seconds.-Any larger values are ignored.+If you specify a value greater than five seconds, Snowflake caps the timeout at five seconds.++For example, if you set `STATEMENT_TIMEOUT_IN_SECONDS = 30`, Snowflake uses the value `5`.  </dd> 

軽微な更新(27 件)

snow dcm plan

軽微な更新改訂Snowflake CLI2行追加・2行削除

(この変更は要約対象外です。diff を参照してください)

判定根拠: 書式・空白のみの変更

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/plan+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/dcm-commands/plan@@ -63,5 +63,5 @@ <dd> -Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *–target* or *default_target* is defined in the manifest.+Identifier of DCM Project. Example: MY_DB.MY_SCHEMA.MY_PROJECT. Supports fully qualified (recommended) or simple names. If unqualified, it defaults to the connection's database and schema. Optional if *--target* or *default_target* is defined in the manifest.  </dd>@@ -282,5 +282,5 @@  </dd>-<dt>`--format [TABLE%JSON%JSON_EXT|CSV]`</dt>+<dt>`--format [TABLE|JSON|JSON_EXT|CSV]`</dt> <dd>  

Managing DCM projects using Snowflake CLI

軽微な更新改訂Snowflake CLI2行追加・2行削除

(この変更は要約対象外です。diff を参照してください)

判定根拠: 書式・空白のみの変更

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/data-pipelines/dcm-projects+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/data-pipelines/dcm-projects@@ -56,5 +56,5 @@ Use the `snow dcm create` command to create a new %dcmp% in Snowflake. The project identifier can be specified directly as an argument or resolved from the `manifest.yml` file. -- Create a project using the identifier from the default target specified in the manifest :+- Create a project using the identifier from the default target specified in the manifest:   ```snowcli   snow dcm create@@ -99,5 +99,5 @@ ### Deploy a %dcmp% -Use the `snow dcm deploy` command to apply changes defined in your %dcmp% to Snowflake..+Use the `snow dcm deploy` command to apply changes defined in your %dcmp% to Snowflake.  - Deploy a project: 

Snowflake CoWork shared resource budgets

軽微な更新改訂Snowflake Cortex (AI & ML)3行追加・0行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork/cowork-shared-budgets+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/snowflake-cowork/cowork-shared-budgets@@ -4,4 +4,5 @@ - [](/user-guide/snowflake-cortex/snowflake-cowork/cowork-resource-budgets) - [](/user-guide/budgets/budget-shared-resources)+- [](/user-guide/budgets/per-user-quotas)  A shared resource-level budget lets you set a credit spending limit for a subset of users on a %sf-intelligence%@@ -16,4 +17,6 @@ subject to multiple budgets, each budget is evaluated independently and the user is stopped by whichever threshold is reached first.++Shared resource-level budgets set a spending limit for a tagged group of users on a specific %sf-intelligence% object. To apply the same monthly or daily credit limit to each user, across %sf-intelligence% and other AI domains, and optionally block users who reach that limit, use [per-user quotas](/user-guide/budgets/per-user-quotas).  ## How shared resource-level budgets work 

Tutorials: Getting started with the Snowflake Python APIs

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/overview-tutorials+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/overview-tutorials@@ -21,7 +21,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

CALL (with anonymous procedure)

軽微な更新改訂SQL Commands0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/sql/call-with+++ bhttps://docs.snowflake.com/en/sql-reference/sql/call-with@@ -385,7 +385,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

CREATE FUNCTION

軽微な更新改訂SQL Commands0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/sql/create-function+++ bhttps://docs.snowflake.com/en/sql-reference/sql/create-function@@ -451,7 +451,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

CREATE PROCEDURE

軽微な更新改訂SQL Commands0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/sql/create-procedure+++ bhttps://docs.snowflake.com/en/sql-reference/sql/create-procedure@@ -585,7 +585,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Setting up your development environment for Snowpark Python

軽微な更新改訂Snowpark0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowpark/python/setup+++ bhttps://docs.snowflake.com/en/developer-guide/snowpark/python/setup@@ -31,7 +31,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Service types

軽微な更新改訂SQL General Reference2行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/sql-reference/service-types+++ bhttps://docs.snowflake.com/en/sql-reference/service-types@@ -54,8 +54,9 @@ | SENSITIVE_DATA_CLASSIFICATION             | SENSITIVE DATA CLASSIFICATION             | Serverless compute for classifying sensitive data.                                                                         | Management and Governance | Credits              | | SERVERLESS_ALERTS                         | SERVERLESS ALERTS                         | Serverless compute for alert condition evaluation.                                                                         | Management and Governance | Credits              |-| SERVERLESS_EXPERIMENTS                    | SERVERLESS EXPERIMENTS                    | Serverless compute for evaluation and optimization (EXECUTE EXPERIMENT).                                                   | Compute                   | Credits              |+| SERVERLESS_EXPERIMENTS                    | SERVERLESS EXPERIMENTS                    | Serverless compute for experiment execution.                                                                               | Compute                   | Credits              | | SERVERLESS_TASK                           | SERVERLESS TASKS                          | Serverless compute for scheduled task execution.                                                                           | Compute                   | Credits              | | SERVERLESS_TASKS_FLEX                     | SERVERLESS TASKS FLEX                     | Flexible serverless compute for scheduled tasks.                                                                           | Compute                   | Credits              | | SNOWFLAKE_APP_RUNTIME                     | SNOWFLAKE APP RUNTIME                     | Compute used to build and host Snowflake Application Services on managed compute pools.                                    | Compute                   | Credits              |+| SNOWFLAKE_APP_RUNTIME_PREVIEW             | SNOWFLAKE APP RUNTIME PREVIEW             | Compute and memory used to preview Snowflake App Runtime on Workspaces.                                                    | Compute                   | Credits              | | SNOWFLAKE_APP_RUNTIME_SERVERLESS          | SNOWFLAKE APP RUNTIME SERVERLESS          | Compute and memory used to build and host Snowflake Application Services on serverless compute.                            | Compute                   | Credits              | | SNOWFLAKE_COCO                            | SNOWFLAKE COCO                            | AI-powered coding assistant consumption billed via canonical Cortex Code events.                                           | AI and Machine Learning   | AI Credits           | 

Tutorial: Testing Python Snowpark

軽微な更新改訂Snowpark0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowpark/python/tutorials/testing-tutorial+++ bhttps://docs.snowflake.com/en/developer-guide/snowpark/python/tutorials/testing-tutorial@@ -30,7 +30,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Setting up a Python development environment

軽微な更新改訂Snowpark0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowpark/python/checkpoints-setup-python-environment+++ bhttps://docs.snowflake.com/en/developer-guide/snowpark/python/checkpoints-setup-python-environment@@ -10,7 +10,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Writing stored procedures with SQL and Python

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview+++ bhttps://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview@@ -40,7 +40,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Local testing framework

軽微な更新改訂Snowpark0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally+++ bhttps://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally@@ -23,7 +23,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Apache Iceberg tables with Snowpark Connect for Spark

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowpark-connect/snowpark-connect-iceberg+++ bhttps://docs.snowflake.com/en/developer-guide/snowpark-connect/snowpark-connect-iceberg@@ -133,7 +133,4 @@ ## Known limitations -- Using Spark SQL to create Iceberg tables isn't supported. Use the DataFrame write APIs instead. - Schema evolution within STRUCT columns isn't supported yet. `mergeSchema` can add new top-level   columns but can't add or modify nested fields inside an existing STRUCT column.-- Time travel isn't supported for either table type, including historical snapshot reads, branch-  reads, and incremental reads. 

Common setup for Snowflake Python APIs tutorials

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/tutorials/common-setup+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/tutorials/common-setup@@ -107,7 +107,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Creating Python UDFs

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-creating+++ bhttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-creating@@ -68,7 +68,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Python UDF handler examples

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples+++ bhttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples@@ -20,7 +20,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Introduction to Python UDFs

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction+++ bhttps://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction@@ -20,7 +20,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Snowflake Python APIs: Managing Snowflake objects with Python

軽微な更新改訂Developer Guide0行追加・3行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/snowflake-python-overview+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-python-api/snowflake-python-overview@@ -169,7 +169,4 @@ - 3.12 - 3.13--Preview versions:- - 3.14  

Monitor and audit a Native App

軽微な更新改訂Native Apps Framework1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/native-apps/consumer-guide-monitor+++ bhttps://docs.snowflake.com/en/developer-guide/native-apps/consumer-guide-monitor@@ -18,5 +18,5 @@ - **%sf-web-interface-link% app management UI:** the application page shows the app's status,   version, and a summary of its access.-- **`SHOW GRANTS`:** SQL commands for querying current privilege grants on the app object.+- **`SHOW GRANTS`:** a SQL command for querying current privilege grants on the app object. - **ACCOUNT_USAGE views:** a set of views in the `SNOWFLAKE` database that give you a programmatic   audit trail of the app's access, activity, and usage. Several views specific to Native Apps are 

Access content in a Declarative Native App

軽微な更新改訂Developer Guide1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/declarative-sharing/consumer/access-app-content+++ bhttps://docs.snowflake.com/en/developer-guide/declarative-sharing/consumer/access-app-content@@ -145,5 +145,5 @@ ### Considerations -Notebooks in %declarative-app-short-plural% are interactive, but are read-only. They can't be modified, copied, or cloned.+Notebooks in %declarative-app-short-plural% are interactive but read-only. They can't be modified, copied, or cloned.  To view past notebook executions, select **Schedule notebook run** %raa% **View run history**. 

Snowflake Connector for Kafka: Install and configure

軽微な更新改訂User Guide1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/kafka-connector/setup-kafka+++ bhttps://docs.snowflake.com/en/user-guide/kafka-connector/setup-kafka@@ -526,5 +526,5 @@ </dl> -Server-side schema evolution is supported for Iceberg tables. If you don't see this feature in your account, contact [Snowflake Support](/user-guide/contacting-support).+Server-side schema evolution is supported for Iceberg tables.  Client-side schema evolution isn't supported for Iceberg tables. 

snow app events

軽微な更新改訂Snowflake CLI1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

判定根拠: 書式・空白のみの変更

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/snowflake-app-runtime-commands/events+++ bhttps://docs.snowflake.com/en/developer-guide/snowflake-cli/command-reference/snowflake-app-runtime-commands/events@@ -385,5 +385,5 @@ <dd> -Whether to opt-in to single-use refresh token semantics. Default: `False`.+Whether to opt in to single-use refresh token semantics. Default: `False`.  </dd> 

Install a Native App

軽微な更新改訂Native Apps Framework1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/native-apps/consumer-guide-install+++ bhttps://docs.snowflake.com/en/developer-guide/native-apps/consumer-guide-install@@ -62,5 +62,5 @@ [](/developer-guide/native-apps/ui-consumer-installing-container). -## Using Snow CLI+## Using the Snowflake CLI  Developers and administrators who prefer a command-line workflow can install and manage Native Apps 

Cortex Agents

軽微な更新改訂Snowflake Cortex (AI & ML)1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents@@ -564,5 +564,5 @@ [Snowflake Service Consumption Table](https://www.snowflake.com/legal-files/CreditConsumptionTable.pdf). -To limit what a single run consumes, set an orchestration budget on the agent. To monitor spend for an agent and act when that spend crosses a threshold, use [resource budgets](/user-guide/snowflake-cortex/cortex-agents-resource-budgets).+To limit what a single run consumes, set an orchestration budget on the agent. To monitor spend for an agent object and act when that spend crosses a threshold, use [resource budgets](/user-guide/snowflake-cortex/cortex-agents-resource-budgets). To enforce monthly or daily credit limits for individual users, and optionally block users who reach their AI quota, use [per-user quotas](/user-guide/budgets/per-user-quotas).  <a id="label-cortex-agents-legal-notices"></a> 

Snowflake Python Runtime Support

軽微な更新改訂Developer Guide1行追加・1行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/developer-guide/python-runtime-support-policy+++ bhttps://docs.snowflake.com/en/developer-guide/python-runtime-support-policy@@ -70,5 +70,5 @@     </tr>     <tr>-      <td>3.14 (Preview)</td>+      <td>3.14</td>       <td>07 Oct 2030</td>       <td>TBD</td> 

Snowflake Extension for Visual Studio Code

軽微な更新改訂User Guide1行追加・0行削除

(この変更は要約対象外です。diff を参照してください)

変更内容: 3行以下の小規模な更新

差分を表示
--- ahttps://docs.snowflake.com/en/user-guide/vscode-ext+++ bhttps://docs.snowflake.com/en/user-guide/vscode-ext@@ -1,4 +1,5 @@ # %sf-vscext% +- [](/user-guide/vscode-ext-remote-development) - [](/sql-reference-commands) - [CoCo](/user-guide/cortex-code/cortex-code) 

セクション別内訳

セクションSABC
Developer Guide0031013
Snowflake Cortex (AI & ML)00527
User Guide00426
Snowflake CLI00336
SQL Commands00235
Snowpark00044
Native Apps Framework00123
Loading & Unloading Data01102
Cortex Code01102
Streamlit in Snowflake00202
SQL Functions01001
Snowflake ML00101
Release Notes00101
Snowsight UI00101
SQL General Reference00011