Start column refresh
This endpoint queues a job to refresh the list of columns for a table identified by catalog, schema, and table name.
Request schema
Path parameters
source_id
integerrequired
ID of the source
Query parameters
table_catalog
stringrequired
The catalog name of the table (for example, database name in some systems).
table_schema
stringrequired
The schema name of the table.
table_name
stringrequired
The table name.
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
POST
https://app.getcensus.com/api/v1/sources/{source_id}/tables/refresh_columns
POST /api/v1/sources/{source_id}/tables/refresh_columns?table_catalog=SOME_STRING_VALUE&table_schema=SOME_STRING_VALUE&table_name=SOME_STRING_VALUE HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
202
Successfully enqueued the column refresh job.
400
Failed to enqueue the column refresh job.
202
refresh_key
integer
They key that can be used to check the status of the refresh job.
example:
400
status
string
example:
message
string
example:
{ "refresh_key": 1647978948 }