SessionProperties

Default Value Data Type Required

None

String

No

Description

The session properties to set for the system or catalog, specified as a list of key-value pairs separated by a comma (,) and key-values separated by a colon (:).

For example, to set the query_max_execution_time and the query_max_run_time properties to 0.2h, you would set this property as follows:

SessionProperties=query_max_execution_time:0.2h,query_max_run_time:0.2h;