Manifest.json too large for variant column

The json of our manifest.json is too large too load into a variant column of snowflake.
Are there options available to tweak the contents of the manifest file?

Mostly curious: what are you trying to achieve by loading the manifest in Snowflake?

We are loading the manifest and results file to have a complete monitoring of each dbt run. The results are displayed and can be filtered in a tableau dashboard.

Hi Marc,

A similar thing is done in the dbt_artifacts package.
Take a look at https://github.com/brooklyn-data/dbt_artifacts/blob/main/macros/upload_artifacts_v2.sql
Look for manifest_nodes_query there.