Pedram
03/07/2020, 12:46 AMprha
03/07/2020, 12:54 AMdagster-postgres
has postgres-backed implementations of dagster’s internal run storage and event storage, but might also have some utility code for setting up a connection to the postgres db if you need that. It does not have any solids that encapsulates reading from the db however (probably the output type would be data-dependent).
dagster-aws
does define an s3
resource that would be useful for uploading to an S3 bucket… It is a thin wrapper around the boto
package.airline_demo
here: https://docs.dagster.io/latest/learn/demos/airline_demoPedram
03/07/2020, 12:57 AMmax
03/07/2020, 12:58 AMPedram
03/07/2020, 12:58 AMmax
03/07/2020, 12:58 AMTim Chan
03/09/2020, 5:14 PM