Snowflake Connector for Google Analytics Aggregate Data release notes¶
This topic provides release notes for the Snowflake Connector for Google Analytics Aggregate Data. For additional information, see Snowflake Connector for Google Analytics Aggregate Data.
版本 2.2.2(2025 年 12 月 3 日)¶
错误修复
- 修复了当报告引入超过 2 小时时,报告开始日期计算错误的问题。
版本 2.2.1(2024 年 11 月 7 日)¶
行为变更
- 现在,所有事件类型都必须进行事件共享。
新功能
不适用。
错误修复
不适用。
版本 2.2.0(2024 年 10 月 29 日)¶
行为变更
- Revoked the USAGE privilege on the
STATEschema from the ADMIN application role.
新功能
不适用。
错误修复
不适用。
版本 2.1.2(2024 年 10 月 16 日)¶
错误修复
- The
IMPORT_STATEprocedure now grantsSELECTprivilege to the application rolesADMINandDATA_READER.
版本 2.1.1(2024 年 10 月 16 日)¶
错误修复
- 导出过程失败。无法在目标架构中创建作用域临时表。
版本 2.1.0(2024 年 10 月 16 日)¶
行为变更
- 连接器在目标架构中创建其他表。这些表用于存储连接器的配置。表有 _SFSDKEXPORT_V1 个后缀。
新功能
- 添加了 IMPORT_STATE 程序。该程序可用于在卸载连接器后恢复报告、计划和历史记录引入的配置。
错误修复
不适用。
版本 2.0.0(2024 年 9 月 16 日)¶
行为变更
- The connector requires all configured identifiers to be quoted based on the identifier requirements.
新功能
- Report tables have
change_trackingenabled. - You can now reset the connector’s configuration before the configuration is finalized using the
RESET_CONFIGURATIONprocedure. - You can now recover a connector in the
ERROR,PAUSING, orSTARTINGstate using theRECOVER_CONNECTOR_STATEprocedure.
错误修复
不适用。
版本 1.5.0(2024 年 7 月 22 日)¶
行为变更
不适用。
新功能
- 现在可以配置报告,通过缩短引入间隔长度来避免采样。
错误修复
- Corrected handling of quoted identifiers in the GET_TROUBLESHOOTING_DATA procedure. See also Troubleshooting.
版本 1.4.0(2024 年 6 月 28 日)¶
行为变更
- 采样元数据在 CONNECTOR_STATS 视图中可用。
- 连接器将 INGESTION_RUN_ID 保存在包含报告数据的表中。
新功能
不适用。
错误修复
- 为避免引入超时,现有任务超时时间已增加到 4 小时。
- 可以重新安排工作节点任务,避免引入期间超时。
版本 1.3.1(2024 年 6 月 26 日)¶
行为变更
不适用。
新功能
不适用。
错误修复
- 新任务超时时间已增加到 4 小时,以防引入期间超时。
版本 1.3.0(2024 年 6 月 19 日)¶
行为变更
引入运行期间使用的最小间隔时间已缩短为一天。
新功能
- Added the
UPDATE_WAREHOUSEprocedure.
错误修复
The CONFIGURE_REPORT procedure can now be called in parallel.
版本 1.2.0(2024 年 5 月 24 日)¶
行为变更
不适用。
新功能
- 已将运行状况检查任务添加到所有连接器实例。
错误修复
不适用。
版本 1.1.1(2024 年 5 月 21 日)¶
行为变更
不适用。
新功能
- Added the
UPDATE_CONNECTION_CONFIGURATIONprocedure.
错误修复
不适用。
版本 1.0.1(2024 年 5 月 13 日)¶
行为变更
不适用。
新功能
不适用。
错误修复
- 已修复在暂停或恢复期间,连接器可能进入不一致状态的问题。
版本 1.0.0(2024 年 4 月 29 日)¶
行为变更
- CONFIGURE_REPORT 过程返回验证错误,而非引发错误。
- 连接器将等待 30 秒,随后在出现 502 错误后重试引入。
- 工作节点任务不会因错误而暂停。
新功能
不适用。
错误修复
不适用。
版本 0.25.0(2024 年 4 月 24 日)¶
行为变更
- 连接器尝试缩小较大报告的日期范围,从而避免 502 错误。
新功能
不适用。
错误修复
不适用。
版本 0.24.0(2024 年 4 月 9 日)¶
行为变更
- The
CONNECTOR_EXECUTION_LOGtable is no longer visible to users.
新功能
不适用。
错误修复
不适用。
版本 0.23.1(2024 年 4 月 4 日)¶
行为变更
不适用。
新功能
不适用。
错误修复
- Fixed start date calculation (in some cases, the start date could be set after the end date due to timezone differences).
版本 0.23.0(2024 年 4 月 3 日)¶
行为变更
- Date ranges for initial and incremental loads are split into 31-day intervals to reduce the number of 502 API errors.
新功能
不适用。
错误修复
- Added metadata column to the
PUBLIC.CONNECTOR_STATSview and to the result ofGET_TROUBLESHOOTING_DATAprocedure.
版本 0.22.0(2024 年 3 月 26 日)¶
行为变更
不适用。
新功能
- Added the
GET_TROUBLESHOOTING_DATAprocedure
错误修复
不适用。
版本 0.21.1(2024 年 3 月 20 日)¶
行为变更
- Added request for the
EXECUTE MANAGED TASKprivilege to the connector’s manifest.
新功能
不适用。
错误修复
不适用。
版本 0.21.0(2024 年 3 月 19 日)¶
行为变更
- The
CONNECTOR_EXECUTION_LOGtable is deprecated and will be removed in the future.
新功能
- Added more details to the
CONNECTOR_ERRORSview, including the error reason.
错误修复
- The
CONNECTOR_CONFIGURATION,CONNECTOR_STATS, andCONNECTOR_ERRORSviews are now visible to theVIEWERapplication role.
版本 0.20.0(2024 年 3 月 14 日)¶
行为变更
- 仅限内部更改。
新功能
不适用。
错误修复
不适用。
版本 0.19.0(2024 年 3 月 12 日)¶
行为变更
不适用。
新功能
- Added alerting handling. Procedures
DISABLE_ALERTSandCONFIGURE_ALERTSwere added.
错误修复
不适用。
版本 0.18.0(2024 年 3 月 7 日)¶
行为变更
不适用。
新功能
- 为所有 CONNECTOR_EXECUTION_LOG 条目生成了 IDs。
错误修复
- 固定的初始负载开始日期计算。
版本 0.17.0(2024 年 2 月 22 日)¶
行为变更
- GA API 请求的重试次数减少到 1 次,并删除了因 502 错误执行的重试。
新功能
- 为 CONNECTOR_EXECUTION_LOG 添加了 ID 列。将为新条目填充该列。
错误修复
不适用。
版本 0.16.0(2024 年 2 月 16 日)¶
行为变更
不适用。
新功能
- Added views containing basic ingestion statistics -
CONNECTOR_STATSandAGGREGATED_CONNECTOR_STATS. - Added a view containing ingestion errors -
CONNECTOR_ERRORS. - Added a procedure that immediately triggers ingestion for a given report -
INGEST_NOW(<report name>). - Added a function to retrieve dimensions and metrics for a given property -
GET_DIMENSIONS_AND_METRICS(<property id>).
错误修复
不适用。
版本 0.15.0(2024 年 2 月 1 日)¶
行为变更
- 初始引入的日期范围划分为 6 个月间隔。这降低了开始日期较远的报告初始加载失败的风险。
- 更新了先决条件和 README 文件中的文档链接。
新功能
不适用。
错误修复
不适用。
版本 0.14.0(2024 年 1 月 29 日)¶
行为变更
初始版本。
新功能
不适用。
错误修复
不适用。