AsyncJob¶
Classes
| 
 | Provides a way to track an asynchronous query in Snowflake. | 
Methods
| Cancels the query associated with this instance. | |
| Checks the status of the query associated with this instance and returns a bool value indicating whether the query has finished. | |
| 
 | Blocks and waits until the query associated with this instance finishes, then returns query results. | 
| Returns a  | 
Attributes
| The SQL text of of the executed query. | |
| The query ID of the executed query |