Learn R Programming

civis (version 2.0.0)

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:

jobId

integer, The ID of the job created.

runId

integer, The ID of the run created.