flytekit.extras.sqlite3.task.SQLite3Config

class flytekit.extras.sqlite3.task.SQLite3Config(uri, compressed=False)[source]

Use this configuration to configure if sqlite3 files that should be loaded by the task. The file itself is considered as a database and hence is treated like a configuration The path to a static sqlite3 compatible database file can be

  • within the container

  • or from a publicly downloadable source

Parameters:
  • uri (str) – default FlyteFile that will be downloaded on execute

  • compressed (bool) – Boolean that indicates if the given file is a compressed archive. Supported file types are [zip, tar, gztar, bztar, xztar]

Methods

Attributes

compressed: bool = False
uri: str