Skip to content

Start Column Statistics Task Run Schedule

glue_start_column_statistics_task_run_schedule R Documentation

Starts a column statistics task run schedule

Description

Starts a column statistics task run schedule.

Usage

glue_start_column_statistics_task_run_schedule(DatabaseName, TableName)

Arguments

DatabaseName

[required] The name of the database where the table resides.

TableName

[required] The name of the table for which to start a column statistic task run schedule.

Value

An empty list.

Request syntax

svc$start_column_statistics_task_run_schedule(
  DatabaseName = "string",
  TableName = "string"
)