You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you're managing postgres or ElasticSearch as dagster resources, and create all the tables as assets, is there recommendations on how to manage initializations instructions such as schema creation, user/role creations, etc. ?
Typically with rdbms you typically would do that as a database migration, but since mostly everything is created in dagster I thought there might be a best practice on where to do those operations?
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
What's the issue or suggestion?
Say you're managing postgres or ElasticSearch as dagster resources, and create all the tables as assets, is there recommendations on how to manage initializations instructions such as schema creation, user/role creations, etc. ?
Typically with rdbms you typically would do that as a database migration, but since mostly everything is created in dagster I thought there might be a best practice on where to do those operations?
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: