report_header = ( "data type query title sf execution time total execution time " "labelid subaccountid start_date end_date link") row_template = ( "{query_name} {exec_title} {sf_time} {total_time} {labelid} " "{subaccountid} {start_date} {end_date} {link}" ) sf_query_link = ( 'https://orchard.snowflakecomputing.com/console#/monitoring/queries/detail' '?queryId={}')