snowflake.snowpark.AsyncJob.status

AsyncJob.status() str[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.38.0/src/snowflake/snowpark/async_job.py#L266-L272)

Returns a string representing the current status of the query. (e.g., “RUNNING”, “SUCCESS”, “FAILED_WITH_ERROR”, “ABORTING”, etc.)

Language: English