snowflake.snowpark.DataFrame.queries¶

property DataFrame.queries: Dict[str, List[str]][source]¶

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.