Skip to main content

EnableSession

Default Value Data Type Required

0

Integer

No

Description

This option specifies whether the connector creates a session ID from the first executed query on that connection. The session ID is passed to all subsequent executed queries as a BigQuery connection property.

  • 1: The connector creates a session ID from the first executed query on that connection.
  • 0: The connector does not create a session ID.

Note:

A session ID passed through the QueryProperties list is treated as a direct pass-through and is not specially handled by the connector.

For information on BigQuery connection properties, see the Google Database documentation: https://cloud.google.com/bigquery/docs/reference/rest/v2/ConnectionProperty.

Was this article helpful?

We're sorry to hear that.