What's New in Version 0.8.14
New Features and Enhancements
Section titled “New Features and Enhancements”-
Added support for Snowflake tables and views whose names contain double quotes when passing the fully-qualified name to the
Typeconstructor’ssourceparameter. For example, the following code creates aTypeobject with entities sourced from a table namedmy_db.my_schema."my table":MyType = Type("MyType", source='my_db.my_schema."my table"')