Skip to content

aws-glue: add Spanish translation #10114

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

Merged
merged 3 commits into from
Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions pages.es/common/aws-glue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# aws glue

> CLI para AWS Glue.
> Define el punto de enlace público para el servicio AWS Glue.
> Más información: <https://docs.aws.amazon.com/cli/latest/reference/glue/>.

- Lista trabajos:

`aws glue list-jobs`

- Inicia un trabajo:

`aws glue start-job-run --job-name {{nombre_del_trabajo}}`

- Inicia la ejecución de un flujo de trabajo:

`aws glue start-workflow-run --name {{nombre_del_flujo}}`

- Lista disparadores:

`aws glue list-triggers`

- Inicia un disparador:

`aws glue start-trigger --name {{nombre_disparador}}`

- Crea un punto final de desarrollo:

`aws glue create-dev-endpoint --endpoint-name {{nombre}} --role-arn {{role_arn_usado_por_puntofinal}}`