Snowpark procs definitions.

Our project work is 100% snowpark. The procs are deployed using sproc decorator.

A few downsides: - users can’t view proc code from Snowflake (definition only references zip file in stage) - users can only view data types for arguments, but not names.

For short procs snowflake keeps code as comment block, but for something longer - not.

Is there a solution to this? Otherwise you can’t inspect what procs do and how to use w/o docs or access to repo.