Skip to content

What's New in Version 0.8.14

  • Added support for Snowflake tables and views whose names contain double quotes when passing the fully-qualified name to the Type constructor’s source parameter. For example, the following code creates a Type object with entities sourced from a table named my_db.my_schema."my table":

    MyType = Type("MyType", source='my_db.my_schema."my table"')