execution_status
The execution status of a query as reported by Snowflake.
EXECUTION_STATUS
The status of a snowflake query after it has completed execution. The valid values are:
SUCCESS
FAILED_WITH_ERROR
FAILED_WITH_INCIDENT
ABORTED
DISCONNECTED
- This condition can be used only with POST hooks.
- Other values of EXECUTION_STATUS eg.
RUNNING
cannot be used in conditions since they represent an intermediate state of the query execution.
EXECUTION_STATUS = 'SUCCESS'
EXECUTION_STATUS = 'FAILED_WITH_ERROR' OR EXECUTION_STATUS = 'FAILED_WITH_INCIDENT'