snowflake.snowpark.AsyncJob.query

property AsyncJob.query: Optional[str][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/async_job.py#L197-L227)

The SQL text of of the executed query. Returns None if it cannot be retrieved from Snowflake.

Language: English