Back to Changelog
v0.2.3
November 16, 2025

Snowflake Plugin

FixedAddedChanged

#[0.2.3] - 2025-11-16

#Fixed

  • Fixed CLI execution bug in get_execution_logs() function
  • Fixed async database drivers in cloud requirements

#Added

  • Snowflake Data Warehouse Plugin
    • Full Snowflake integration for cloud data warehouse operations
    • Multiple authentication methods:
      • Password authentication for development
      • RSA key-pair authentication (recommended for production)
      • External authentication (SSO, OAuth, browser-based)
    • Advanced warehouse management:
      • List available virtual warehouses
      • Switch between warehouses dynamically
      • Optimize compute costs by right-sizing warehouses
    • Stage operations for data loading:
      • Upload files to internal/external stages
      • Download files from stages
      • Bulk load data from stages into tables (CSV, JSON, Parquet)
      • Create and manage stages (S3, Azure, GCS)
    • Comprehensive query capabilities:
      • Execute SELECT queries with parameterized statements
      • Run INSERT/UPDATE/DELETE operations
      • Query history tracking and analysis
    • Schema introspection:
      • List tables, schemas, and databases
      • Describe table structures and column types
      • Explore data warehouse metadata
    • 12 LLM-callable tools for autonomous AI agent integration
    • Environment variable configuration support
    • Full async/await support with connection management
    • Installation: pip install daita-agents[snowflake]
    • Documentation: Snowflake Plugin Guide

#Changed

  • Updated cloud executor dependencies to support all database plugins (PostgreSQL, MySQL, MongoDB, Snowflake, Elasticsearch)