Snowflake Connector for Google Analytics Raw Data release notes for 2026

This topic provides release notes for the Snowflake Connector for Google Analytics Raw Data.

For additional information, see Snowflake Connector for Google Analytics Raw Data.

Version 2.13.0 (June 29, 2026)

Behavior changes

Not applicable.

New features

  • Added the CONFIGURE_CUSTOM_INGESTION_SCHEDULE procedure, which lets you schedule data ingestion using a custom cron expression. For more information, see Setting a custom ingestion schedule.

Bug fixes

Not applicable.

Version 2.12.0 (April 22, 2026)

Behavior changes

  • Manual reload now starts ingestion immediately instead of waiting for the next scheduled run.

New features

Added a new option called DISABLE_PRESENT_LOAD to the ENABLE_PROPERTIES procedure:

  • Default value is FALSE.
  • Disables scheduled ingestion of data. When set to TRUE, the connector doesn’t trigger any automatic ingestion (except the initial load, if it’s enabled). You must reload data manually.
  • Manual reloads can still trigger automatic reloads unless they are explicitly disabled.

Bug fixes

  • A failure to grant SELECT to the DATA_READER application role no longer stops ingestion from finishing.
  • Added a check to ensure the FRESH_DAILY ingestion is still enabled before scheduling an automatic reload.
  • Removed unused and misleading resource-related SDK procedures from the PUBLIC connector schema (CREATE_RESOURCE, ENABLE_RESOURCE, DISABLE_RESOURCE, UPDATE_RESOURCE, their _VALIDATE variants, and their PRE_ / POST_ hooks).

Version 2.11.3 (April 15, 2026)

Bug fixes

  • The connector now grants SELECT privileges to the DATA_READER application role after every completed ingestion. This ensures privileges are correctly re-granted in case the user has removed them.