Is it possible to point a hybrid deployment of dag...
# dagster-plus
k
Is it possible to point a hybrid deployment of dagster cloud to our own psql db for storage, say, on AWS RDS? i.e. do this https://docs.dagster.io/deployment/dagster-instance#dagster-storage but for cloud
b
Hi Ken, just to make sure, you’re interested in using Hybrid but storing the Dagster metadata in your own storage? Right now Cloud is set up to host the Dagster metadata (job history etc), but this data is all queryable via the GraphQL APIs. This metadata is separate from asset storage (e.g. the results of your computation), which you can save to your own storage using I/O managers.
k
that's correct, i was mostly curious about the metadata storage. thanks!