Glue / Client / stop_materialized_view_refresh_task_run
stop_materialized_view_refresh_task_run¶
- Glue.Client.stop_materialized_view_refresh_task_run(**kwargs)¶
Stops a materialized view refresh task run, for a specified table and columns.
See also: AWS API Documentation
Request Syntax
response = client.stop_materialized_view_refresh_task_run( CatalogId='string', DatabaseName='string', TableName='string' )
- Parameters:
CatalogId (string) –
[REQUIRED]
The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.
DatabaseName (string) –
[REQUIRED]
The name of the database where the table resides.
TableName (string) –
[REQUIRED]
The name of the table to generate statistics.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.MaterializedViewRefreshTaskNotRunningExceptionGlue.Client.exceptions.MaterializedViewRefreshTaskStoppingExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.OperationTimeoutException