databases_post_schemas_scan: Creates and enqueues a schema scanner job
Description
Creates and enqueues a schema scanner job
Usage
databases_post_schemas_scan(id, schema)
Arguments
id
integer required. The ID of the database.
schema
string required. The name of the schema.
Value
A list containing the following elements:
jobIdinteger, The ID of the job created.
runIdinteger, The ID of the run created.