show

Show Pipelines

Show Pipelines Summary The SHOW PIPELINES command returns a result set listing metadata for all pipeline objects defined in the Connect environment. Syntax show pipelines; Parameters None. Details T...

Show Pipeline

Show Pipeline Summary The SHOW PIPELINE command displays pipeline information. Syntax show pipeline <pipeline_name> [members | labels]; Parameters Parameter Description Parameter Description &l...

Show Invocations

Show Invocations Summary The SHOW INVOCATIONS command displays the summary history of each step or pipeline invoked within Connect. The command also provides status information for actively running i...

Show Invocation Details

Show Invocation Details The SHOW INVOCATION DETAILS command provides a result set containing process log details for ‘incent commands’, steps, and pipelines. Use it to determine which Con...

Show Credentials

Show Credentials Summary A developer must register a valid Incent username and password with Connect before any of Connect’s “incent” commands can run. The credential must have read ...

Show Audits

Show Audits Summary The SHOW AUDITS command returns a result set listing a log of calls to REST endpoints submitted against a customer’s Connect environment. The result set shows which […...

Scheduling Connect Jobs

Scheduling Connect Jobs Connect allows you to create, monitor, and manage schedules of your business tasks, that is, the steps and pipelines where you store your Incent data integration processes. Yo...

Use Steps and Pipelines

Data Processing with Steps and Pipelines Your primary tool for creating ETL mappings and automating your Incent processes is using step and pipeline domain objects. You can bundle a series of [&helli...

Display Information about Xactly Incent

Display Information about Xactly Incent You can display information about Xactly Incent, including the release version, privacy policy, security notice, and terms of use. 1. Click the Welcome <Your...

Show and Query Invocations

Use SHOW INVOCATIONS to review details for the executed pipeline. 1 SQL> select id, state, status, object_type, object_name, created_instant, completed_instant from (show invocations) where object_...