"""Get the number of rows in a table.""" GET_TABLE_ROW_COUNT = """ SELECT count(*) as total_rows FROM {catalog}.{schema}.{table_name} ; """