Skip to main content

JobCreationMode

Default Value Data Type Required

2

Integer

No

Description

To improve performance, the connector can now run a query without creating a job.

  • 1: The queries will always be executed as jobs (JOB_CREATION_REQUIRED).
  • 2: The queries that do not require a job to execute will be executed jobless-ly (JOB_CREATION_OPTIONAL).

Was this article helpful?

We're sorry to hear that.