User defined Run/Event/Schedule storage development #26459
Unanswered
cody-scott
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there any recommendation or guidance around custom run/log/schedule storage development?
We are using the postgres option currently, but there seems to be a few other variations around (mysql, postgres, sqlite, etc) that would indicate running another platform would be supported.
Specifically what I'm hoping here is an Azure SQL or on-prem sql instance to function as the the run/log/schedule storage instead of the postgres deployment.
https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-mysql/dagster_mysql
https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-postgres
Step 1 would just be to fork those repos and create the corresponding one, but would be open to some suggestions/feedback before charging in that direction.
Beta Was this translation helpful? Give feedback.
All reactions