Snowflake API referenceΒΆ

Tags: Integration, Data

This package contains things that are useful when extending Flytekit.

SnowflakeConfig([user, account, database, ...])

SnowflakeConfig should be used to configure a Snowflake Task.

SnowflakeTask(*args, **kwargs)

This is the simplest form of a Snowflake Task, that can be used even for tasks that do not produce any output.

SnowflakeAgent()