Sqlalchemy Plugin API reference#

Tags: Integration, Data, SQL

This package contains things that are useful when extending Flytekit.

SQLAlchemyConfig(uri[, connect_args, ...])

Use this configuration to configure task. String should be standard sqlalchemy connector format (https://docs.sqlalchemy.org/en/14/core/engines.html#database-urls). Database can be found: - within the container - or from a publicly accessible source.

SQLAlchemyDefaultImages()

Default images for the sqlalchemy flytekit plugin.

SQLAlchemyTask(*args, **kwargs)

Makes it possible to run client side SQLAlchemy queries that optionally return a FlyteSchema object