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