snowflake.snowpark.AsyncJob.is_failed

AsyncJob.is_failed() bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/async_job.py#L258-L264)

Checks the status of the query associated with this instance and returns a bool value indicating whether the query has failed.

Language: English