R/generated_client.R
tables_get_enhancements_geocodings.Rd
View the status of a geocoding table enhancement
tables_get_enhancements_geocodings(id, source_table_id)
id | integer required. The ID of the enhancement. |
---|---|
source_table_id | integer required. The ID of the table that was enhanced. |
A list containing the following elements:
integer, The ID of the enhancement.
integer, The ID of the table that was enhanced.
string, The state of the enhancement, one of 'queued' 'running' 'succeeded' 'failed' or 'cancelled'.
string, The schema name of the table created by the enhancement.
string, The name of the table created by the enhancement.