snowflake.snowpark.AsyncJob.query¶
- property AsyncJob.query: Optional[str][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/async_job.py#L196-L226)¶
The SQL text of of the executed query. Returns
None
if it cannot be retrieved from Snowflake.