SHOW/DESC SERVICE commands and Information Schema and Account Usage SERVICES views: New IS_JOB column¶
Attention
This behavior change is in the 2024_02 bundle.
For the current status of the bundle, refer to Bundle History.
The output of the SHOW SERVICES and DESCRIBE SERVICE commands, and the Information Schema SERVICES and Account Usage SERVICES views, change as follows:
- Before the change:
The views and the output of the commands do not include the
is_jobcolumn.- After the change:
The views and the output of the commands include the
is_jobcolumn, which is defined as follows:Column name
Data type
Description
IS_JOB
BOOLEAN
Yif the service is started by running the EXECUTE JOB SERVICE command.
Ref: 1516