I would like to make a list of columns in my Snowflake database that use a sequence.
The INFORMATION_SCHEMA schema contains views for Columns and Sequences but I don't see any table/view that would allow me to find out which sequence is used by which column.
Is it feasible through the INFORMATION_SCHEMA table?
Or is there another set of Snowflake specific metadata I could use instead?