Creates and enqueues a single table scanner job on a new table
tables_post_scan(database_id, schema, table_name, queue_stats = NULL)
integer required. The ID of the database.
string required. The name of the schema containing the table.
string required. The name of the table.
boolean optional. Whether or not the job should queue on syncing table stats
A list containing the following elements:
integer, The ID of the job created.
integer, The ID of the run created.