-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[docs] add docs for PipesEMRContainersClient #27159
[docs] add docs for PipesEMRContainersClient #27159
Conversation
aa0ea18
to
19c94d2
Compare
Deploy preview for dagster-docs-beta ready! Preview available at https://dagster-docs-beta-2glwctjpf-elementl.vercel.app Direct link to changed pages: |
Yeah, the new file looks correct to me too -- I wonder if your recent changes aren't showing up because there are merge conflicts, since I'm also not seeing your updates to dagster-pipes.mdx in the preview. Just as a heads up, we're moving to a new docs platform this Thursday, so future docs changes should be made to the files in docs_beta/docs. The new Pipes docs live in docs_beta/docs/guides/build/external-pipelines/. |
Alright! Thanks! |
ef07531
to
420f265
Compare
420f265
to
5a51e2b
Compare
## Summary & Motivation This PR adds docs for the new PipesEMRContainersCient. It sounds confusing but AWS EMR Containers and AWS EMR on EKS is actually the same thing. The former is the name of the AWS API, and the latter is the service name (sounds like the same thing huh?) which is more used in human language rather than automation. For example, the `boto3` client is called `emr-containers`. I tried to preserve this differentiation in these docs. ## How I Tested These Changes The snippets were tested with a real EMR on EKS cluster.
Summary & Motivation
This PR adds docs for the new PipesEMRContainersCient.
It sounds confusing but AWS EMR Containers and AWS EMR on EKS is actually the same thing.
The former is the name of the AWS API, and the latter is the service name (sounds like the same thing huh?) which is more used in human language rather than automation.
For example, the
boto3
client is calledemr-containers
.I tried to preserve this differentiation in these docs.
How I Tested These Changes
The snippets were tested with a real EMR on EKS cluster.