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

snowflake.snowpark.DataFrame.queries

property DataFrame.queries: Dict[str, List[str]][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/dataframe.py#L3932-L3943)

Returns a dict that contains a list of queries that will be executed to evaluate this DataFrame with the key queries, and a list of post-execution actions (e.g., queries to clean up temporary objects) with the key post_actions.

Language: English