Bart, an Snowflake Evangelist from EMEA created this amazing utility. We are just wrapping it here in the extensions. See his post for a great description https://medium.com/snowflake/simple-tags-in-snowflake-snowpark-for-python-c5910749273...
https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/cache.py#L12 This fails if using typing_extensions < 4.3.0, as NamedTuple was added in this commitpython/typing_extensions@7c28357 I believe you need to change the requirements to be >= 4.3.0 for ...