glue_update_source_control_from_job: Synchronizes a job to the source control repository

View source: R/glue_operations.R

glue_update_source_control_from_jobR Documentation

Synchronizes a job to the source control repository

Description

Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.

See https://www.paws-r-sdk.com/docs/glue_update_source_control_from_job/ for full documentation.

Usage

glue_update_source_control_from_job(
  JobName = NULL,
  Provider = NULL,
  RepositoryName = NULL,
  RepositoryOwner = NULL,
  BranchName = NULL,
  Folder = NULL,
  CommitId = NULL,
  AuthStrategy = NULL,
  AuthToken = NULL
)

Arguments

JobName

The name of the Glue job to be synchronized to or from the remote repository.

Provider

The provider for the remote repository.

RepositoryName

The name of the remote repository that contains the job artifacts.

RepositoryOwner

The owner of the remote repository that contains the job artifacts.

BranchName

An optional branch in the remote repository.

Folder

An optional folder in the remote repository.

CommitId

A commit ID for a commit in the remote repository.

AuthStrategy

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

AuthToken

The value of the authorization token.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.