-
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] add Pipes ECS client #23568
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @danielgafni and the rest of your teammates on Graphite |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-jozrfr8mu-elementl.vercel.app Direct link to changed pages: |
ef6bb27
to
945a5d3
Compare
1537d9f
to
96640d4
Compare
945a5d3
to
de67177
Compare
96640d4
to
f2197f5
Compare
de67177
to
a1864e5
Compare
f2197f5
to
9339f59
Compare
a1864e5
to
592d340
Compare
9339f59
to
633d4c6
Compare
592d340
to
76314fe
Compare
633d4c6
to
5ada018
Compare
76314fe
to
a76eaa6
Compare
5ada018
to
2b5d54e
Compare
a76eaa6
to
38144fb
Compare
38144fb
to
ed9a6a4
Compare
1659b92
to
2ad2041
Compare
Checked
I think it's great. We should use this approach for other similar places in our codebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there
python_modules/libraries/dagster-aws/dagster_aws/pipes/clients/ecs.py
Outdated
Show resolved
Hide resolved
python_modules/libraries/dagster-aws/dagster_aws/pipes/clients/ecs.py
Outdated
Show resolved
Hide resolved
d717e3b
to
96aa958
Compare
27640c8
to
f637780
Compare
9739823
to
7f389db
Compare
7f389db
to
eac4e63
Compare
python_modules/libraries/dagster-aws/dagster_aws/pipes/clients/ecs.py
Outdated
Show resolved
Hide resolved
a0f68ca
to
25fb13f
Compare
Merge activity
|
## Summary & Motivation Ignore pyright errors in `dagster-aws` which popped out after the introduction of `boto3-stubs-lite`. I suggest we slowly remove these ignore comments and fix the code for pyright to pass over time. I made a script to do it automatically. ## How I Tested These Changes pyright should be passing now ## Changelog [New | Bug | Docs] > NOCHANGELOG
25fb13f
to
2782178
Compare
Summary & Motivation
Adds Dagster Pipes ECS client
How I Tested These Changes