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:
Methods
Attributes
- compressed: bool = False
- uri: str