-
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
[dagster-aws] split dagster_aws.pipes
module into a package with submodules
#23509
[dagster-aws] split dagster_aws.pipes
module into a package with submodules
#23509
Conversation
dagster_aws.pipes
module into a package
3a83b90
to
22f2ff4
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @danielgafni and the rest of your teammates on Graphite |
19b5674
to
e6c0af2
Compare
dagster_aws.pipes
module into a packagedagster_aws.pipes
module into a package with submodules
e6b42c4
to
d23e5d4
Compare
e6c0af2
to
397d8eb
Compare
d23e5d4
to
8e5de4c
Compare
397d8eb
to
34a8b46
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
34a8b46
to
4485665
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit a9842e4. |
8e5de4c
to
a9842e4
Compare
46cb078
to
1537d9f
Compare
a9842e4
to
a90ac4c
Compare
1537d9f
to
96640d4
Compare
a90ac4c
to
79d16ab
Compare
96640d4
to
f2197f5
Compare
79d16ab
to
b46fe9b
Compare
f2197f5
to
9339f59
Compare
9339f59
to
633d4c6
Compare
b46fe9b
to
206ad6e
Compare
633d4c6
to
5ada018
Compare
5ada018
to
2b5d54e
Compare
Summary & Motivation
Prepare for ECS pipes by organizing code into submodules.
dagster_aws/pipes.py
file grew too large already, splitting it will make development easier.How I Tested These Changes