Snowflake

Name:flytekitplugins-snowflake
Version:0.0.0+develop
Author:admin@flyte.org
Provides: flytekitplugins.snowflake
Requires: flytekit>1.13.1
snowflake-connector-python>=3.11.0
Python:>=3.9
License:apache2
Source Code: https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-snowflake
  • Intended Audience :: Science/Research
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Scientific/Engineering
  • Topic :: Scientific/Engineering :: Artificial Intelligence
  • Topic :: Software Development
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules

Snowflake enables us to build data-intensive applications without operational burden. Flyte backend can be connected with the Snowflake service. Once enabled, it can allow you to query a Snowflake service.

To install the plugin, run the following command:

pip install flytekitplugins-snowflake

To configure Snowflake in the Flyte deployment’s backend, follow the configuration guide.

An example showcasing Snowflake service can be found in the documentation.