R/generated_client.R
tables_get_enhancements_cass_ncoa.Rd
View the status of a CASS / NCOA table enhancement
tables_get_enhancements_cass_ncoa(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.
boolean, Whether to update addresses for records matching the National Change of Address (NCOA) database.
integer, Credential to use when performing NCOA updates. Required if 'performNcoa' is true.
string, The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of 'cass' or 'all.'For NCOA enhancements, one of 'cass', 'ncoa' , 'coalesced' or 'all'.By default, all fields will be returned.