Is your feature request related to a problem? Please describe.
Currently the Snowflake CCF connector doesn't appear to parse the returned data from Snowflake into separate fields/columns and instead places each row's contents in a generic "Data" column.
This makes it difficult to filter and understand the data.
Describe the solution you'd like
For each custom Snowflake table schema, include their respective columns/fields and parse the returned data into it.