Snowflake Python APIs release notes for 2025

This article contains the release notes for the Snowflake Python APIs, including the following when applicable:

  • Behavior changes

  • New features

  • Customer-facing bug fixes

See Snowflake Python APIs: Managing Snowflake objects with Python for documentation.

Version 1.2.0 (2025-03-26)

New features and updates

  • Added support for asynchronous requests across all of the existing endpoints.

    Asynchronous methods are denoted by the _async suffix in their names and use polling to determine whether an operation was completed.

    The number of calls that can execute in parallel depends on the number of CPUs. To change the size of the thread pool, use the _SNOWFLAKE_MAX_THREADS environment variable.

    For example usage, see the snowflake.core.PollingOperation class documentation.

  • Added support for creating serverless tasks using the StoredProcedureCall definition.

  • Added support for the SERVERLESS_TASK_MIN_STATEMENT_SIZE and SERVERLESS_TASK_MAX_STATEMENT_SIZE serverless attributes to the Database and Schema resources (dependent on Snowflake version 9.8).

  • Added support for setting the SUSPEND_TASK_AFTER_NUM_FAILURES, USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE, and USER_TASK_TIMEOUT_MS attributes on cloned databases and schemas (dependent on Snowflake version 9.8).

  • Deprecated CortexAgentService.Run in favor of CortexAgentService.run.

  • Added new optional attributes to various models within the Cortex Search service API:

    • text_boosts and vector_boosts to the Function model

    • weights to the ScoringConfig model

Bug fixes

  • You can now call create_or_alter with a task object returned from the iter method.

Version 1.1.0 (2025-03-12)

New features and updates

  • Added support for the TARGET_COMPLETION_INTERVAL, SERVERLESS_TASK_MIN_STATEMENT_SIZE, and SERVERLESS_TASK_MAX_STATEMENT_SIZE serverless attributes to the Task resource.

  • Added support for the following new resources:

    • API integrations

    • Iceberg tables (dependent on Snowflake version 9.6)

Bug fixes

None.

Version 1.0.5 (2025-02-19)

New features and updates

  • Removed the protobuf dependency from snowflake.core.

Bug fixes

None.

Version 1.0.4 (2025-02-13)

New features and updates

  • Added support for the Cortex Lite Agent resource.

Bug fixes

None.

Version 1.0.3 (2025-02-04)

New features and updates

  • Added support for the Cortex Embed resource.

Bug fixes

None.