A quick question please -
Is there a good way of storing classification tags in Snowflake at table/column level? For example, tag a column with PII flag.
I then like to read these tags through JDBC API.
Appreciate your thoughts.
A quick question please -
Is there a good way of storing classification tags in Snowflake at table/column level? For example, tag a column with PII flag.
I then like to read these tags through JDBC API.
Appreciate your thoughts.
Object tagging is one of the new features announced at the Snowflake Summit in June. It is currently in Private Preview.
I think Currently we have only one option of using the COMMENT for such need but this is also not that much flexible. We may need to wait for snowflake to enable the classification and tagging feature for Public preview to solve this c