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

snowflake.snowpark.DataFrame.queries

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

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