You are viewing documentation about an older version (1.16.0). View latest version

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.

Language: English