-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1/n][pythonic config] Restructure Pythonic config & resources into modules #16434
[1/n][pythonic config] Restructure Pythonic config & resources into modules #16434
Conversation
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
9620faf
to
4168aea
Compare
4168aea
to
f00ba77
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit f00ba77. |
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit f00ba77. |
…odules (dagster-io#16434) ## Summary PR stack which re-implements dagster-io#16257, in hopes of making it easier to review. This PR restructures the pythonic resources+config module into a few smaller, easier to grasp files - one for the "Config" class, one for Resources, one for IO managers, and one for misc Pydantic & Dagster Config Type conversion utilities. ## Test Plan Impl does not change, existing unit tests.
Summary
PR stack which re-implements #16257, in hopes of making it easier to review.
This PR restructures the pythonic resources+config module into a few smaller, easier to grasp files - one for the "Config" class, one for Resources, one for IO managers, and one for misc Pydantic & Dagster Config Type conversion utilities.
Test Plan
Impl does not change, existing unit tests.