I want to read and write data to my Own PostgresSQL database, but i have just seen that Flyte just supported SQLite task only? Can you suggest me this, or i have to connect it through another extend lib (such as boto3 for s3).
c
calm-pilot-2010
10/16/2023, 10:17 PM
Maybe you can use
SQLAlchemyTask
? Do you want to write the output of a task to Postgres or do you want a task which just runs a Postgres query? My understanding of the
SQLite3Task
and
SQLAlchemyTask
is that they just run a query against the database.
If you want to store the output of a python task in postgres then I think it would be possible to make yourself a